aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/dgux.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts/dgux.h')
-rw-r--r--bfd/hosts/dgux.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h
deleted file mode 100644
index 0760462..0000000
--- a/bfd/hosts/dgux.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#include <ansidecl.h>
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/dg_c_generics.h>
-#include <unistd.h>
-
-#include <string.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-#include <time.h>
-#include <ctype.h>
-
-#include <stdio.h>
-
-#ifndef DONTDECLARE_MALLOC
-extern PTR malloc PARAMS ((unsigned));
-extern PTR realloc PARAMS ((PTR, unsigned));
-#endif
-extern int abort PARAMS ((void));
-extern void free PARAMS ((PTR));
-extern void bcopy PARAMS ((char*,char*,int));
-extern void exit PARAMS ((int));
-extern void bzero PARAMS ((char *, int));
-extern int strtol();
-#define NO_STDARG 1
-
-
-
-#include "fopen-same.h"