summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-05 01:04:26 +0000
committerRoland McGrath <roland@redhat.com>1992-06-05 01:04:26 +0000
commit39f1bf9ce821af4fb6ad92e1a951abd628d07dc9 (patch)
tree73c489a3a686e796fd54eca8f9ae677c96c2963a /job.c
parentfe8bcf44ef758f3f43ba8713c9dd8e649254a5f9 (diff)
downloadgunmake-39f1bf9ce821af4fb6ad92e1a951abd628d07dc9.tar.gz
Formerly job.c.~69~
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/job.c b/job.c
index 31178ea..51aa92b 100644
--- a/job.c
+++ b/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 ();