-
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.
Works around this issue: erlang/otp#9211 * Add patch file for Erlang 27.2 * Add patch file for Erlang 26.2.5.6
- Loading branch information
1 parent
16db9e1
commit f086e28
Showing
23 changed files
with
266 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
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 | ||
@@ -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.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
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 | ||
@@ -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.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
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 | ||
@@ -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 */ |
Oops, something went wrong.