Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com)
* hosts/mpw.h (fstat): Declare. (mpw_fstat): Eliminate mentions.
This commit is contained in:
parent
08c5812ce1
commit
30d7f715a9
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* hosts/mpw.h (fstat): Declare.
|
||||
(mpw_fstat): Eliminate mentions.
|
||||
|
||||
Tue Feb 15 12:44:30 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-make.in (CSEARCH): Add include/mpw to search path.
|
||||
|
|
|
@ -64,15 +64,15 @@
|
|||
|
||||
#define NO_FCNTL
|
||||
|
||||
int fstat ();
|
||||
|
||||
FILE *mpw_fopen ();
|
||||
int mpw_fstat ();
|
||||
int mpw_fseek ();
|
||||
void mpw_abort ();
|
||||
|
||||
/* Map these standard functions to improved versions in libiberty. */
|
||||
|
||||
#define fopen mpw_fopen
|
||||
#define fstat mpw_fstat
|
||||
#define fseek mpw_fseek
|
||||
#define abort mpw_abort
|
||||
|
||||
|
|
Loading…
Reference in a new issue