* winsup.h: Split out dtable definitions into separate header file.

* dtable.h: New file.
* sigproc.h: Eliminate pinfo.h usage here.  Use it in source files that need
it.
This commit is contained in:
Christopher Faylor
2000-08-12 05:35:42 +00:00
parent 3ee92b51d6
commit e2ebe11776
43 changed files with 106 additions and 44 deletions

View File

@@ -16,6 +16,8 @@ details. */
#include "dll_init.h"
#include "autoload.h"
#include <ctype.h>
#include "dtable.h"
#include "pinfo.h"
#define MAX_AT_FILE_LEVEL 10
@@ -730,7 +732,7 @@ dll_crt0_1 ()
}
/* Allocate fdtab */
fdtab_init ();
dtable_init ();
/* Initialize uid, gid. */
uinfo_init ();