-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- erts/configure.orig | ||
+++ erts/configure | ||
@@ -21677,6 +21677,7 @@ | ||
/* end confdefs.h. */ | ||
|
||
#include <stdlib.h> | ||
+#include <unistd.h> | ||
#ifdef HAVE_MALLOC_H | ||
# include <malloc.h> | ||
#endif | ||
@@ -25866,8 +25867,10 @@ | ||
e) 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 */ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- erts/configure.orig | ||
+++ erts/configure | ||
@@ -21677,6 +21677,7 @@ | ||
/* end confdefs.h. */ | ||
|
||
#include <stdlib.h> | ||
+#include <unistd.h> | ||
#ifdef HAVE_MALLOC_H | ||
# include <malloc.h> | ||
#endif | ||
@@ -25866,8 +25867,10 @@ | ||
e) 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 */ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- erts/configure.orig | ||
+++ erts/configure | ||
@@ -21677,6 +21677,7 @@ | ||
/* end confdefs.h. */ | ||
|
||
#include <stdlib.h> | ||
+#include <unistd.h> | ||
#ifdef HAVE_MALLOC_H | ||
# include <malloc.h> | ||
#endif | ||
@@ -25866,8 +25867,10 @@ | ||
e) 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 */ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.