summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-08-22 17:50:22 +0000
committerChristopher Faylor <me@cgf.cx>2001-08-22 17:50:22 +0000
commit0a047e8f321216f24140ee18135bbe9ea4461f0a (patch)
treee8bc85a9d7a597f57dccb8ec64e0ff8a479c2249 /winsup/cygwin/dtable.cc
parent1fdc8df95d7723d278daf4c3ce2f856d8d1db276 (diff)
downloadcygnal-0a047e8f321216f24140ee18135bbe9ea4461f0a.tar.gz
cygnal-0a047e8f321216f24140ee18135bbe9ea4461f0a.tar.bz2
cygnal-0a047e8f321216f24140ee18135bbe9ea4461f0a.zip
* smallprint.c (console_printf): New function.
* dcrt0.cc (dll_crt0_1): Use console_printf for debugging output. * debug.cc (debug_mark_closed): New function. (close_handle): Use debug_mark_closed. * debug.h: Declare new functions. * dtable.cc (dtable::build_fhandler): Remove unneeded extern. * spawn.cc: Cosmetic changes. * winsup.h: Define NO_COPY for C files, too. Declare a global.
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index c5811692c..4583a3f9c 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -232,7 +232,6 @@ dtable::build_fhandler (int fd, const char *name, HANDLE handle)
{
int unit;
DWORD devn;
- extern bool wsock_started;
if ((devn = get_device_number (name, unit)) == FH_BAD)
{