* Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o.
[deliverable/binutils-gdb.git] / bfd / hosts / hppabsd.h
index 534ec4ed3f85b1f284f6ef0b33831109e40c84e6..4abc5944db18658fceabf5df113923c7d307db54 100644 (file)
@@ -1,6 +1,7 @@
-#ifndef _HPPABSD_H
+#ifndef        _HPPABSD_H
 #define _HPPABSD_H
 
+#include <stddef.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
-
-extern PTR  malloc PARAMS ((unsigned));
-extern void free   PARAMS ((PTR));
+#include <stdlib.h>
+#include <unistd.h>
 
 #define HOST_HPPABSD
 
-#ifndef O_ACCMODE
+#ifndef        O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
 #endif
 
This page took 0.023264 seconds and 4 git commands to generate.