aboutsummaryrefslogtreecommitdiffstats
path: root/m4/pselect.m4
diff options
context:
space:
mode:
authorVibhav Pant2020-08-21 14:04:35 +0530
committerVibhav Pant2020-08-21 14:04:35 +0530
commitf0f8d7b82492e741950c363a03b886965c91b1b0 (patch)
tree19b716830b1ebabc0d7d75949c4e6800c0f104ad /m4/pselect.m4
parent9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff)
parentc818c29771d3cb51875643b2f6c894073e429dd2 (diff)
downloademacs-feature/native-comp-macos-fixes.tar.gz
emacs-feature/native-comp-macos-fixes.zip
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'm4/pselect.m4')
-rw-r--r--m4/pselect.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/pselect.m4 b/m4/pselect.m4
index f3e5afe0b38..08a5823c6f9 100644
--- a/m4/pselect.m4
+++ b/m4/pselect.m4
@@ -1,4 +1,4 @@
1# pselect.m4 serial 8 1# pselect.m4 serial 9
2dnl Copyright (C) 2011-2020 Free Software Foundation, Inc. 2dnl Copyright (C) 2011-2020 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
@@ -37,7 +37,8 @@ AC_DEFUN([gl_FUNC_PSELECT],
37#endif 37#endif
38#include <unistd.h> 38#include <unistd.h>
39#include <errno.h> 39#include <errno.h>
40]],[[ 40]GL_MDA_DEFINES],
41[[
41 fd_set set; 42 fd_set set;
42 dup2(0, 16); 43 dup2(0, 16);
43 FD_ZERO(&set); 44 FD_ZERO(&set);