From: Simon Josefsson Date: Thu, 18 Feb 2010 10:22:20 +0000 (+0100) Subject: sys_select.in.h: Fix for Interix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5d9e612ab8fb7a87542a5ec355732604110ea9;p=pspp sys_select.in.h: Fix for Interix. Tiny patch from Markus Duft . --- diff --git a/ChangeLog b/ChangeLog index d73841a0f1..1137dbaabc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-18 Markus Duft (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 init.sh: don't use $(...) just yet diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h index 0f2171d1d9..b506e9fca7 100644 --- a/lib/sys_select.in.h +++ b/lib/sys_select.in.h @@ -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 . */