sys_select.in.h: Fix for Interix.
authorSimon Josefsson <simon@josefsson.org>
Thu, 18 Feb 2010 10:22:20 +0000 (11:22 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 18 Feb 2010 10:22:20 +0000 (11:22 +0100)
Tiny patch from Markus Duft <mduft@gentoo.org>.

ChangeLog
lib/sys_select.in.h

index d73841a..1137dba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
+
+       * lib/sys_select.in.h: Provide select replacement even if
+       sys/select.h exists on a system, for Interix.
+
 2010-02-18  Jim Meyering  <meyering@redhat.com>
 
        init.sh: don't use $(...) just yet
index 0f2171d..b506e9f 100644 (file)
@@ -63,7 +63,7 @@
 #ifndef _GL_SYS_SELECT_H
 #define _GL_SYS_SELECT_H
 
-#if !@HAVE_SYS_SELECT_H@
+#if !@HAVE_SYS_SELECT_H@ || @REPLACE_SELECT@
 
 /* A platform that lacks <sys/select.h>.  */