diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:35:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:35:42 +0000 |
commit | e2ebe11776cc41f91fe14d695ff9902fa9a58cb7 (patch) | |
tree | 4f705618b5156799291433cde2b795b005db4044 /winsup/cygwin/sysconf.cc | |
parent | 3ee92b51d6b44784783b09615f103a5ca656b3e3 (diff) | |
download | newlib-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.zip newlib-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.tar.gz newlib-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.tar.bz2 |
* 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/sysconf.cc')
-rw-r--r-- | winsup/cygwin/sysconf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/sysconf.cc b/winsup/cygwin/sysconf.cc index 75bf69f..05131d9 100644 --- a/winsup/cygwin/sysconf.cc +++ b/winsup/cygwin/sysconf.cc @@ -13,6 +13,7 @@ details. */ #include <errno.h> #include <time.h> #include <limits.h> +#include "dtable.h" /* sysconf: POSIX 4.8.1.1 */ /* Allows a portable app to determine quantities of resources or |