diff options
Diffstat (limited to 'bfd/hosts/i386mach.h')
-rw-r--r-- | bfd/hosts/i386mach.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/hosts/i386mach.h b/bfd/hosts/i386mach.h index 3989675..874ead4 100644 --- a/bfd/hosts/i386mach.h +++ b/bfd/hosts/i386mach.h @@ -16,9 +16,9 @@ extern int errno; /* <errno.h> forgets to do this... */ #define SEEK_SET 0 #define SEEK_CUR 1 -extern PTR EXFUN( malloc, (unsigned)); -extern PTR EXFUN( realloc, (PTR, unsigned)); -extern void EXFUN( free, (PTR)); +extern PTR EXFUN(malloc, (unsigned)); +extern PTR EXFUN(realloc, (PTR, unsigned)); +extern void EXFUN(free, (PTR)); #define HAVE_STRERROR |