mirror of
https://github.com/mirror/make.git
synced 2025-01-06 10:21:00 +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)
|
#if defined(__GNU_LIBRARY__) || defined(POSIX) || defined(_IBMR2)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
#else
|
||||||
extern int read (), close (), write (), fstat ();
|
extern int read (), open (), close (), write (), fstat ();
|
||||||
extern long int lseek (), atol ();
|
extern long int lseek (), atol ();
|
||||||
extern int atoi ();
|
extern int atoi ();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user