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:
Stan Shebs 1994-02-24 00:56:32 +00:00
parent 08c5812ce1
commit 30d7f715a9
2 changed files with 7 additions and 2 deletions

View file

@ -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.

View file

@ -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