mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +00:00
entered into RCS
This commit is contained in:
parent
0e15559bbf
commit
0f83ab90e3
1 changed files with 4 additions and 0 deletions
4
job.c
4
job.c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue