Provide escape hatch for HAVE_PROCFS being defined.
[deliverable/binutils-gdb.git] / bfd / hosts / dgux.h
1 #include <ansidecl.h>
2 #include <errno.h>
3 #include <sys/types.h>
4 #include <sys/dg_c_generics.h>
5 #include <unistd.h>
6
7 #include <string.h>
8 #include <fcntl.h>
9 #include <sys/stat.h>
10 #include <time.h>
11 #include <ctype.h>
12
13 #include <stdio.h>
14
15 #ifndef DONTDECLARE_MALLOC
16 extern PTR malloc PARAMS ((unsigned));
17 extern PTR realloc PARAMS ((PTR, unsigned));
18 #endif
19 extern int abort PARAMS ((void));
20 extern void free PARAMS ((PTR));
21 extern void bcopy PARAMS ((char*,char*,int));
22 extern void exit PARAMS ((int));
23 extern void bzero PARAMS ((char *, int));
24 extern int strtol();
25 #define NO_STDARG 1
26
27
28
29 #include "fopen-same.h"
This page took 0.030878 seconds and 4 git commands to generate.