* Base use of sco-core on host, not target.
[deliverable/binutils-gdb.git] / bfd / hosts / i386aix.h
CommitLineData
60ac749c
ILT
1/* i386 AIX 1.2.x host system */
2/* From Minh Tran-Le <TRANLE@INTELLICORP.COM>. */
3
f751f474 4#include <ansidecl.h>
60ac749c
ILT
5#include <fcntl.h>
6#include <errno.h>
7#include <stdio.h>
8#include <sys/types.h>
9#include <sys/stat.h>
10#include <utime.h>
11#include <ctype.h>
12#include <string.h>
13#include <sys/file.h>
14
15#ifndef O_ACCMODE
16#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
17#endif
18#define SEEK_SET 0
19#define SEEK_CUR 1
20
21#define POSIX_UTIME
22
e49d5379
JG
23extern void abort PARAMS ((void));
24extern int close PARAMS ((int));
25extern void exit PARAMS ((int));
26extern int fclose PARAMS ((FILE*));
27extern void free PARAMS ((PTR));
28extern int fseek PARAMS ((FILE*, long, int));
29extern PTR malloc PARAMS ((unsigned));
30extern void perror PARAMS ((CONST char *));
31extern int qsort PARAMS ((void *data, int els, int siz, int func()));
32extern PTR realloc PARAMS ((PTR, unsigned));
60ac749c
ILT
33
34extern char *getenv();
35extern int chmod();
36extern int fstat();
37extern int stat();
38
39extern char *ctime();
40extern int _flsbuf();
41extern int fclose();
42extern int utimes();
43extern int vfprintf();
44extern long atol();
45extern int fputc();
46extern int unlink();
47
60ac749c 48#include "fopen-same.h"
This page took 0.0451 seconds and 4 git commands to generate.