aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-18 03:12:04 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-18 03:12:04 +0000
commitec604f5f6cb8a8754925e9126ef12c9b4142c44e (patch)
tree3dfafdc0fbea78da9de4abad702b83fce59891a9 /bfd
parentc9d8fc9120db2c32dd5525c9e923771c607c9803 (diff)
downloadgdb-ec604f5f6cb8a8754925e9126ef12c9b4142c44e.zip
gdb-ec604f5f6cb8a8754925e9126ef12c9b4142c44e.tar.gz
gdb-ec604f5f6cb8a8754925e9126ef12c9b4142c44e.tar.bz2
* hosts/delta88.h: #if 0 out some declarations which conflict with
system headers.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/hosts/delta88.h15
2 files changed, 20 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c56e48c..c6acf2f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 14 14:02:41 1993 Jim Kingdon (kingdon@cygnus.com)
+
+ * hosts/delta88.h: #if 0 out some declarations which conflict with
+ system headers.
+
Mon Jun 14 17:08:18 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
* Makefile.in (install): remove parentdir cruft
diff --git a/bfd/hosts/delta88.h b/bfd/hosts/delta88.h
index 81aaff8..046b7c2 100644
--- a/bfd/hosts/delta88.h
+++ b/bfd/hosts/delta88.h
@@ -25,9 +25,15 @@ extern void EXFUN(bzero,(char *, int));
#define NO_STDARG 1
extern int EXFUN(abort,(void));
extern int EXFUN(close,(int));
+#if 0
+/* Conflicts with system headers on SVR4. */
extern int EXFUN(fcntl,(int des, int cmd, int e));
+#endif
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
+#if 0
+/* Conflicts with system headers on SVR4. */
extern int EXFUN(fseek,(FILE*, int, int));
+#endif
extern int EXFUN(fclose,(FILE*));
extern void EXFUN(bcopy,(char*,char*,int));
extern int EXFUN(bcmp,(char *, char *, int));
@@ -42,9 +48,15 @@ extern char * strchr();
extern char *getenv();
extern char *strrchr();
extern int chmod();
+#if 0
+/* Conflicts with system headers on SVR4. */
extern int fread();
+#endif
extern int fstat();
+#if 0
+/* Conflicts with system headers on SVR4. */
extern int fwrite();
+#endif
extern int sscanf();
extern int stat();
extern int strtol();
@@ -53,7 +65,10 @@ extern char *strrchr();
extern char *ctime();
extern int _flsbuf();
extern int fclose();
+#if 0
+/* Conflicts with system headers on SVR4. */
extern int time();
+#endif
extern int utime();
extern int vfprintf();
extern long atol();