aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/stratus.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-03-06 12:14:14 +0000
committerSteve Chamberlain <sac@cygnus>1992-03-06 12:14:14 +0000
commit56a56f4c15e4becf0ed7836abe0d46e5e9612081 (patch)
treedd1bd3f0263fbc63506e8045c27efd671302bf72 /bfd/hosts/stratus.h
parent921bc435810a376ef5bc1cf86274d0433d9478ff (diff)
downloadgdb-56a56f4c15e4becf0ed7836abe0d46e5e9612081.zip
gdb-56a56f4c15e4becf0ed7836abe0d46e5e9612081.tar.gz
gdb-56a56f4c15e4becf0ed7836abe0d46e5e9612081.tar.bz2
Now use EXFUN rather than PROTO, so that things using ansidecl.h and
not bfd.h can use them
Diffstat (limited to 'bfd/hosts/stratus.h')
-rw-r--r--bfd/hosts/stratus.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/bfd/hosts/stratus.h b/bfd/hosts/stratus.h
index 5ecbcad..08d5c7c 100644
--- a/bfd/hosts/stratus.h
+++ b/bfd/hosts/stratus.h
@@ -19,18 +19,18 @@
#define POSIX_UTIME
#define HAVE_PROCFS /* This host has /proc support */
-extern PROTO(void, abort,(void));
-extern PROTO(int, close,(int));
-extern PROTO(void, exit,(int));
-extern PROTO(int, fclose,(FILE*));
-extern PROTO(void, free,(PTR));
-extern PROTO(int, fseek,(FILE*, long, int));
-extern PROTO(int, getgid,());
-extern PROTO(int, getuid,());
-extern PROTO(PTR, malloc,(unsigned));
-extern PROTO(void, perror,(CONST char *));
-extern PROTO(int, qsort,(void *data,int els, int siz, int func()));
-extern PROTO(PTR, realloc, (PTR, unsigned));
+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 char *getenv();
extern int chmod();