diff options
author | John Gilmore <gnu@cygnus> | 1993-08-03 06:36:30 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-08-03 06:36:30 +0000 |
commit | e49d5379165028ec21243ac1f918985d5125a8db (patch) | |
tree | badd7ad40e7d92418aa98de2c45c2d34242c4be9 /bfd/hosts/i386v4.h | |
parent | 90fcdfbfcf0f8a5ea4bf0cb38da1ff00092e7760 (diff) | |
download | gdb-e49d5379165028ec21243ac1f918985d5125a8db.zip gdb-e49d5379165028ec21243ac1f918985d5125a8db.tar.gz gdb-e49d5379165028ec21243ac1f918985d5125a8db.tar.bz2 |
* elf32-hppa.h, hosts/*: Remove (one more time) all occurrances
of EXFUN in the BFD sources. Heave ho!
Diffstat (limited to 'bfd/hosts/i386v4.h')
-rw-r--r-- | bfd/hosts/i386v4.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index 0c52b2f..ad4c077 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -19,18 +19,18 @@ #define POSIX_UTIME #define HAVE_PROCFS /* This host has /proc support */ -extern void EXFUN(abort,(void)); -extern int EXFUN(close,(int)); -extern void EXFUN(exit,(int)); -extern int EXFUN(fclose,(FILE*)); -extern void EXFUN(free,(PTR)); -extern int EXFUN(fseek,(FILE*, long, int)); -extern int EXFUN(getgid,()); -extern int EXFUN(getuid,()); -extern PTR EXFUN(malloc,(unsigned)); -extern void EXFUN(perror,(CONST char *)); -extern int EXFUN(qsort,(void *data,int els, int siz, int func())); -extern PTR EXFUN(realloc, (PTR, unsigned)); +extern void abort PARAMS ((void)); +extern int close PARAMS ((int)); +extern void exit PARAMS ((int)); +extern int fclose PARAMS ((FILE*)); +extern void free PARAMS ((PTR)); +extern int fseek PARAMS ((FILE*, long, int)); +extern int getgid PARAMS (()); +extern int getuid PARAMS (()); +extern PTR malloc PARAMS ((unsigned)); +extern void perror PARAMS ((CONST char *)); +extern int qsort PARAMS ((void *data, int els, int siz, int func())); +extern PTR realloc PARAMS ((PTR, unsigned)); extern char *getenv(); extern int chmod(); |