-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd18312
commit 66a7829
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- erts/configure.orig | ||
+++ erts/configure | ||
@@ -20934,6 +20934,7 @@ | ||
/* end confdefs.h. */ | ||
|
||
#include <stdlib.h> | ||
+#include <unistd.h> | ||
#ifdef HAVE_MALLOC_H | ||
# include <malloc.h> | ||
#endif | ||
@@ -24889,8 +24890,10 @@ | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
|
||
+#include <fcntl.h> | ||
#include <poll.h> | ||
-main() | ||
+#include <stdlib.h> | ||
+int main() | ||
{ | ||
#ifdef _POLL_EMUL_H_ | ||
exit(1); /* Implemented using select() -- fail */ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- erts/configure.orig | ||
+++ erts/configure | ||
@@ -20934,6 +20934,7 @@ | ||
/* end confdefs.h. */ | ||
|
||
#include <stdlib.h> | ||
+#include <unistd.h> | ||
#ifdef HAVE_MALLOC_H | ||
# include <malloc.h> | ||
#endif | ||
@@ -24889,8 +24890,10 @@ | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
|
||
+#include <fcntl.h> | ||
#include <poll.h> | ||
-main() | ||
+#include <stdlib.h> | ||
+int main() | ||
{ | ||
#ifdef _POLL_EMUL_H_ | ||
exit(1); /* Implemented using select() -- fail */ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- erts/configure.orig | ||
+++ erts/configure | ||
@@ -20934,6 +20934,7 @@ | ||
/* end confdefs.h. */ | ||
|
||
#include <stdlib.h> | ||
+#include <unistd.h> | ||
#ifdef HAVE_MALLOC_H | ||
# include <malloc.h> | ||
#endif | ||
@@ -24889,8 +24890,10 @@ | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
|
||
+#include <fcntl.h> | ||
#include <poll.h> | ||
-main() | ||
+#include <stdlib.h> | ||
+int main() | ||
{ | ||
#ifdef _POLL_EMUL_H_ | ||
exit(1); /* Implemented using select() -- fail */ |