mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly job.c.~69~
This commit is contained in:
parent
fe8bcf44ef
commit
39f1bf9ce8
2
job.c
2
job.c
@ -117,12 +117,14 @@ extern int geteuid (), getegid ();
|
||||
extern int setgid (), getgid ();
|
||||
#endif /* GNU C library. */
|
||||
|
||||
#ifndef getdtablesize
|
||||
#ifndef USG
|
||||
extern int getdtablesize ();
|
||||
#else
|
||||
#include <sys/param.h>
|
||||
#define getdtablesize() NOFILE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern void wait_to_start_job ();
|
||||
extern int start_remote_job_p ();
|
||||
|
Loading…
Reference in New Issue
Block a user