Commit Graph

1 Commits

Author SHA1 Message Date
Henrik Grimler e4733f3504
dash: add wait3 implementation
Previously we patched sys/wait.h to add it, but patch was removed in
commit 3879280345 ("ndk-patches: remove wait3 patch from
sys/wait.h") since busybox (for which the patch was added) no longer
needs it.

Let's patch the packages that actually needs this instead of
ndk-headers, to keep track of which packages that need it.

Fixes https://github.com/termux/termux-packages/issues/9257.
2022-03-02 09:52:13 +01:00