From fd8e5366aa3c50b1049b9370984d04b46f950d20 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 18 Jul 2008 08:16:40 +0000 Subject: * environ.cc (known): Remove "binmode" option. * fhandler.cc (binmode): Remove. (fhandler_base::set_flags): Accommodate binmode removal. * path.h (path_conv::set_binary): Remove. * pipe.cc (pipe): Create pipes always as binary pipes. * winsup.h (binmode): Remove declaration. --- winsup/cygwin/winsup.h | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/winsup.h') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index e3156f7de..79ae39aec 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -337,7 +337,6 @@ int cygwin_select (int , fd_set *, fd_set *, fd_set *, struct timeval *to); int cygwin_gethostname (char *__name, size_t __len); -extern DWORD binmode; extern char _data_start__, _data_end__, _bss_start__, _bss_end__; extern void (*__CTOR_LIST__) (void); extern void (*__DTOR_LIST__) (void); -- cgit v1.2.3