mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* hosts/i386aix.h: Changes to avoid prototypes conflicts with the ones defined
in stdlib.h. (From Minh Tran-Le.)
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Apr 20 16:45:51 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
|
* hosts/i386aix.h: Changes to avoid prototypes conflicts with the
|
||||||
|
ones defined in stdlib.h. (From Minh Tran-Le.)
|
||||||
|
|
||||||
Wed Apr 20 14:15:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Wed Apr 20 14:15:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
start-sanitize-powerpc-netware
|
start-sanitize-powerpc-netware
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifndef O_ACCMODE
|
#ifndef O_ACCMODE
|
||||||
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
||||||
@ -26,10 +27,7 @@ extern void exit PARAMS ((int));
|
|||||||
extern int fclose PARAMS ((FILE*));
|
extern int fclose PARAMS ((FILE*));
|
||||||
extern void free PARAMS ((PTR));
|
extern void free PARAMS ((PTR));
|
||||||
extern int fseek PARAMS ((FILE*, long, int));
|
extern int fseek PARAMS ((FILE*, long, int));
|
||||||
extern PTR malloc PARAMS ((unsigned));
|
|
||||||
extern void perror PARAMS ((CONST char *));
|
extern void perror PARAMS ((CONST char *));
|
||||||
extern int qsort PARAMS ((void *data, int els, int siz, int func()));
|
|
||||||
extern PTR realloc PARAMS ((PTR, unsigned));
|
|
||||||
|
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
extern int chmod();
|
extern int chmod();
|
||||||
|
Reference in New Issue
Block a user