entered into RCS

This commit is contained in:
Roland McGrath 1993-10-14 19:08:36 +00:00
parent 0e15559bbf
commit 0f83ab90e3

4
job.c
View file

@ -116,6 +116,10 @@ extern int getdtablesize ();
#else
#include <sys/param.h>
#define getdtablesize() NOFILE
#if !defined (NOFILE) && defined (NOFILES_MAX)
/* SCO 3.2 "devsys 4.2" defines NOFILES_{MIN,MAX} in lieu of NOFILE. */
#define NOFILE NOFILES_MAX
#endif
#endif
#endif