Suggested by Bruno Haible.
2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
+ * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Poison pselect.
+ Suggested by Bruno Haible.
+
pselect: Use pthread_sigmask, not sigprocmask.
* lib/pselect.c (pselect): Use pthread_sigmask, as it supports
multithreaded apps better than sigprocmask does.
-# sys_select_h.m4 serial 18
+# sys_select_h.m4 serial 19
dnl Copyright (C) 2006-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
# include <sys/time.h>
#endif
#include <sys/select.h>
- ]], [select])
+ ]], [pselect select])
])
AC_DEFUN([gl_SYS_SELECT_MODULE_INDICATOR],