mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* hosts/i386v4.h (getgid, getuid): Change prototypes to be
compatible with Unixware 1.x and Unixware 2.x, and probably other i386 svr4 versions as well.
This commit is contained in:
parent
9ce4ab8471
commit
e365a606ed
@ -1,3 +1,9 @@
|
||||
Thu Jul 20 13:48:00 1995 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* hosts/i386v4.h (getgid, getuid): Change prototypes to be
|
||||
compatible with Unixware 1.x and Unixware 2.x, and probably other
|
||||
i386 svr4 versions as well.
|
||||
|
||||
Thu Jul 20 13:41:21 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||
|
||||
* targets.c (bfd_target_vector): Since armpe and armpei have been
|
||||
|
@ -25,8 +25,8 @@ extern void exit PARAMS ((int));
|
||||
extern int fclose PARAMS ((FILE*));
|
||||
extern void free PARAMS ((PTR));
|
||||
extern int fseek PARAMS ((FILE*, long, int));
|
||||
extern int getgid PARAMS (());
|
||||
extern int getuid PARAMS (());
|
||||
extern gid_t getgid PARAMS ((void));
|
||||
extern uid_t getuid PARAMS ((void));
|
||||
extern PTR malloc PARAMS ((unsigned));
|
||||
extern void perror PARAMS ((CONST char *));
|
||||
extern PTR realloc PARAMS ((PTR, unsigned));
|
||||
|
Loading…
Reference in New Issue
Block a user