* lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
[deliverable/binutils-gdb.git] / bfd / hosts / i386v4.h
1 /* SVR4 Unix host system */
2 #include <ansidecl.h>
3 #include <fcntl.h>
4 #include <errno.h>
5 #include <stdio.h>
6 #include <sys/types.h>
7 #include <sys/stat.h>
8 #include <utime.h>
9 #include <ctype.h>
10 #include <string.h>
11 #include <sys/file.h>
12
13 #ifndef O_ACCMODE
14 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
15 #endif
16 #define SEEK_SET 0
17 #define SEEK_CUR 1
18
19 #define POSIX_UTIME
20 #define HAVE_PROCFS /* This host has /proc support */
21
22 extern void abort PARAMS ((void));
23 extern int close PARAMS ((int));
24 extern void exit PARAMS ((int));
25 extern int fclose PARAMS ((FILE*));
26 extern void free PARAMS ((PTR));
27 extern int fseek PARAMS ((FILE*, long, int));
28 extern int getgid PARAMS (());
29 extern int getuid PARAMS (());
30 extern PTR malloc PARAMS ((unsigned));
31 extern void perror PARAMS ((CONST char *));
32 extern PTR realloc PARAMS ((PTR, unsigned));
33
34 extern char *getenv();
35 extern int chmod();
36 extern int fstat();
37 extern int stat();
38
39 extern char *ctime();
40 extern int _flsbuf();
41 extern int fclose();
42 extern int utimes();
43 extern int vfprintf();
44 extern long atol();
45 extern int fputc();
46 extern int unlink();
47
48 #include "fopen-same.h"
This page took 0.034008 seconds and 4 git commands to generate.