summaryrefslogtreecommitdiff
path: root/system/m4/posix-test.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-02-09 03:30:22 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:51 -0500
commit0628acecccc4440e667cb44e80b7033a31324c10 (patch)
treef2d37128a0da467561d95c5a3a728b07593e462d /system/m4/posix-test.patch
parent13566a2f988c3c800a5e1651e248969e37c1e1d0 (diff)
downloadpackages-0628acecccc4440e667cb44e80b7033a31324c10.tar.gz
packages-0628acecccc4440e667cb44e80b7033a31324c10.tar.bz2
packages-0628acecccc4440e667cb44e80b7033a31324c10.tar.xz
packages-0628acecccc4440e667cb44e80b7033a31324c10.zip
system/m4: Fix build with musl 1.2.3. Fixes #510.
Diffstat (limited to 'system/m4/posix-test.patch')
-rw-r--r--system/m4/posix-test.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/m4/posix-test.patch b/system/m4/posix-test.patch
new file mode 100644
index 000000000..058c85c6f
--- /dev/null
+++ b/system/m4/posix-test.patch
@@ -0,0 +1,18 @@
+This behaviour does not pass on *this* platform.
+
+--- m4-1.4.19/tests/test-posix_spawn_file_actions_addclose.c.old 2021-04-22 15:28:47.000000000 -0500
++++ m4-1.4.19/tests/test-posix_spawn_file_actions_addclose.c 2022-02-09 03:27:59.030000000 -0600
+@@ -54,13 +54,6 @@
+ errno = 0;
+ ASSERT (posix_spawn_file_actions_addclose (&actions, -1) == EBADF);
+ }
+- /* This behaviour is not mandated by POSIX, but happens to pass on all
+- platforms. */
+- {
+- int bad_fd = big_fd ();
+- errno = 0;
+- ASSERT (posix_spawn_file_actions_addclose (&actions, bad_fd) == EBADF);
+- }
+
+ posix_spawn_file_actions_destroy (&actions);
+