* 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:
@ -20,12 +20,14 @@ details. */
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <winsock.h>
|
||||
#include "dtable.h"
|
||||
#include "pinfo.h"
|
||||
|
||||
dtable fdtab;
|
||||
|
||||
/* Set aside space for the table of fds */
|
||||
void
|
||||
fdtab_init (void)
|
||||
dtable_init (void)
|
||||
{
|
||||
if (!fdtab.size)
|
||||
fdtab.extend(NOFILE_INCR);
|
||||
|
Reference in New Issue
Block a user