mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly arscan.c.~16~
This commit is contained in:
parent
97d38d0817
commit
fb0ffcddc8
2
arscan.c
2
arscan.c
@ -95,7 +95,7 @@ extern void free ();
|
||||
#if defined(__GNU_LIBRARY__) || defined(POSIX) || defined(_IBMR2)
|
||||
#include <unistd.h>
|
||||
#else
|
||||
extern int read (), close (), write (), fstat ();
|
||||
extern int read (), open (), close (), write (), fstat ();
|
||||
extern long int lseek (), atol ();
|
||||
extern int atoi ();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user