Commit 4727bc6
authored
Build process.c with _GNU_SOURCE (#363)
Otherwise the build will fail on glibc 2.29 and later because
posix_spawn_file_actions_addchdir_np is not declared.
Starting with glibc 2.37, posix_spawn_file_actions_addchdir_np
will be available with the default feature flags; see glibc
commit 2ff48a4025515e93d722947a9eabb114f4a65b22 ("posix: Make
posix_spawn extensions available by default").1 parent 2ca6608 commit 4727bc6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
0 commit comments