dup3: cleanup
authorBruno Haible <bruno@clisp.org>
Sat, 30 Apr 2011 15:22:37 +0000 (17:22 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 30 Apr 2011 15:22:37 +0000 (17:22 +0200)
* lib/dup3.c: Remove old code, leftover from 2009-12-16.

ChangeLog
lib/dup3.c

index 14b02e18d862a9afcc9d9e8a1b8faeb8fff29c25..eb233f6061da3607d7a7f6f973c080fa051f0b21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-30  Bruno Haible  <bruno@clisp.org>
+
+       dup3: cleanup
+       * lib/dup3.c: Remove old code, leftover from 2009-12-16.
+
 2011-04-30  Bruno Haible  <bruno@clisp.org>
 
        netdb: Make it work in C++ mode.
index 2f87da61678255172208d357485048c8edd7d555..7525142d7feda21880b270ec39fe0b5e081ce5d4 100644 (file)
 
 #include "binary-io.h"
 
-#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
-/* Native Woe32 API.  */
-
-# include <string.h>
-
-/* Get declarations of the Win32 API functions.  */
-# define WIN32_LEAN_AND_MEAN
-# include <windows.h>
-
-/* Upper bound on getdtablesize().  See lib/getdtablesize.c.  */
-# define OPEN_MAX_MAX 0x10000
-
-#endif
-
 int
 dup3 (int oldfd, int newfd, int flags)
 {