-
-
Save feniix/2aad5e7cc12da086b38a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure b/configure | |
index 78e120d..5e9f2f5 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -2228,7 +2228,7 @@ EOF | |
echo $ac_n "checking for correct poll prototype""... $ac_c" 1>&6 | |
echo "configure:2230: checking for correct poll prototype" >&5 | |
PROTO= | |
-for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' | |
+for testproto in 'struct pollfd *ufds, nfds_t nfds, int timeout' | |
do | |
if test "${PROTO}" = ""; then | |
cat > conftest.$ac_ext <<EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment