File tree Expand file tree Collapse file tree 3 files changed +66
-0
lines changed
3.13/alpine/patch/otp/26.2.5.6
4.0/alpine/patch/otp/26.2.5.6
4.1-rc/alpine/patch/otp/26.2.5.6 Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
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 */
Original file line number Diff line number Diff line change
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 */
Original file line number Diff line number Diff line change
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 */
You can’t perform that action at this time.
0 commit comments