Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-12 09:35:42 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-12 09:35:42 +0400
commite2ebe11776cc41f91fe14d695ff9902fa9a58cb7 (patch)
tree4f705618b5156799291433cde2b795b005db4044 /winsup/cygwin/dtable.cc
parent3ee92b51d6b44784783b09615f103a5ca656b3e3 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 45c06804d..716770ae8 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -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);