]> Git Repo - binutils.git/blobdiff - bfd/hosts/hppabsd.h
* The following patches are from Jeffrey Law <[email protected]>.
[binutils.git] / bfd / hosts / hppabsd.h
index 8c9ef1164495986a444d4742b599aae96f8002dd..5f786a8acdcf08895aa371ad36112fae179d53f7 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _HPPABSD_H
+#define _HPPABSD_H
+
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
@@ -7,8 +10,8 @@
 #include <string.h>
 #include <sys/file.h>
 
-void *malloc();
-void free();
+extern PTR  EXFUN(malloc,(unsigned));
+extern void EXFUN(free, (PTR));
 
 #define HOST_HPPABSD
 
@@ -46,3 +49,5 @@ typedef unsigned short uint16_type;
 typedef int int32_type;
 typedef unsigned int uint32_type;
 #include "fopen-same.h"
+
+#endif /* _HPPABSD_H */
This page took 0.022171 seconds and 4 git commands to generate.