Skip to content

Commit 66a7829

Browse files
committed
fixup
1 parent fd18312 commit 66a7829

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
--- erts/configure.orig
2+
+++ erts/configure
3+
@@ -20934,6 +20934,7 @@
4+
/* end confdefs.h. */
5+
6+
#include <stdlib.h>
7+
+#include <unistd.h>
8+
#ifdef HAVE_MALLOC_H
9+
# include <malloc.h>
10+
#endif
11+
@@ -24889,8 +24890,10 @@
12+
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13+
/* end confdefs.h. */
14+
15+
+#include <fcntl.h>
16+
#include <poll.h>
17+
-main()
18+
+#include <stdlib.h>
19+
+int main()
20+
{
21+
#ifdef _POLL_EMUL_H_
22+
exit(1); /* Implemented using select() -- fail */
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
--- erts/configure.orig
2+
+++ erts/configure
3+
@@ -20934,6 +20934,7 @@
4+
/* end confdefs.h. */
5+
6+
#include <stdlib.h>
7+
+#include <unistd.h>
8+
#ifdef HAVE_MALLOC_H
9+
# include <malloc.h>
10+
#endif
11+
@@ -24889,8 +24890,10 @@
12+
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13+
/* end confdefs.h. */
14+
15+
+#include <fcntl.h>
16+
#include <poll.h>
17+
-main()
18+
+#include <stdlib.h>
19+
+int main()
20+
{
21+
#ifdef _POLL_EMUL_H_
22+
exit(1); /* Implemented using select() -- fail */
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
--- erts/configure.orig
2+
+++ erts/configure
3+
@@ -20934,6 +20934,7 @@
4+
/* end confdefs.h. */
5+
6+
#include <stdlib.h>
7+
+#include <unistd.h>
8+
#ifdef HAVE_MALLOC_H
9+
# include <malloc.h>
10+
#endif
11+
@@ -24889,8 +24890,10 @@
12+
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13+
/* end confdefs.h. */
14+
15+
+#include <fcntl.h>
16+
#include <poll.h>
17+
-main()
18+
+#include <stdlib.h>
19+
+int main()
20+
{
21+
#ifdef _POLL_EMUL_H_
22+
exit(1); /* Implemented using select() -- fail */

0 commit comments

Comments
 (0)