summaryrefslogtreecommitdiff
path: root/src/sysselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysselect.h')
-rw-r--r--src/sysselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysselect.h b/src/sysselect.h
index 27a38fd687f..2dbbede2bff 100644
--- a/src/sysselect.h
+++ b/src/sysselect.h
@@ -53,6 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define select sys_select
#endif
-#ifndef HAVE_PSELECT
+#ifdef MSDOS
#define pselect sys_select
#endif