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 d73841a0f128aa75cf572b99818cd6cda1a764c8..1137dbaabc4d75a8dcb4d651cdc2a2e8ebed454a 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 0f2171d1d92d903eb2287b771cc7cabc7ad8250f..b506e9fca7e5497180290d3a012672818d9c0131 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>.  */