diff options
author | Christopher Faylor <cgf@redhat.com> | 2003-07-06 05:10:42 +0000 |
---|---|---|
committer | Christopher Faylor <cgf@redhat.com> | 2003-07-06 05:10:42 +0000 |
commit | 61845845988c077545effa69e36fefe40c2f5a18 (patch) | |
tree | d728c7cf589c5dad057c817f6f945b0106617867 /winsup/cygwin/fhandler_proc.cc | |
parent | 09edab1c1dcc6c47daef3d4ac3f277116cf88912 (diff) | |
download | gdb-61845845988c077545effa69e36fefe40c2f5a18.tar.gz |
merge from trunk
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r-- | winsup/cygwin/fhandler_proc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index 2ab9fad26bc..081fcf53771 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -11,7 +11,6 @@ details. */ #define _WIN32_WINNT 0x0501 #include "winsup.h" -#include <errno.h> #include <unistd.h> #include <stdlib.h> #include <sys/cygwin.h> |