From fb5d9e612ab8fb7a87542a5ec355732604110ea9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 18 Feb 2010 11:22:20 +0100 Subject: [PATCH] sys_select.in.h: Fix for Interix. Tiny patch from Markus Duft . --- ChangeLog | 5 +++++ lib/sys_select.in.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 . */ -- 2.30.2