diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-07-17 21:12:15 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-07-17 21:15:30 +0300 |
commit | 8bb80d7fa09677b9c1ec2e538b428734e4f37f84 (patch) | |
tree | 6839fcc16c6eecec8c96f117c72cbb159c005101 /main/musl/0005-add-NFDBITS-in-sys-select.h-with-appropriate-feature.patch | |
parent | 07063077ede90cf3a7afc31583e663d7e41ddd23 (diff) | |
download | aports-8bb80d7fa09677b9c1ec2e538b428734e4f37f84.tar.bz2 aports-8bb80d7fa09677b9c1ec2e538b428734e4f37f84.tar.xz |
main/musl: fix popen/posix_spawn under qemu-user emulation
cherry-pick upstream commit working around the qemu-user deficiency.
Diffstat (limited to 'main/musl/0005-add-NFDBITS-in-sys-select.h-with-appropriate-feature.patch')
-rw-r--r-- | main/musl/0005-add-NFDBITS-in-sys-select.h-with-appropriate-feature.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/musl/0005-add-NFDBITS-in-sys-select.h-with-appropriate-feature.patch b/main/musl/0005-add-NFDBITS-in-sys-select.h-with-appropriate-feature.patch index 3738bc5620..caf5ea390c 100644 --- a/main/musl/0005-add-NFDBITS-in-sys-select.h-with-appropriate-feature.patch +++ b/main/musl/0005-add-NFDBITS-in-sys-select.h-with-appropriate-feature.patch @@ -1,7 +1,7 @@ From 9b9dc74b67b9ecd30db9f3266a5ce309b0ffbfef Mon Sep 17 00:00:00 2001 From: Rich Felker <dalias@aerifal.cx> Date: Sat, 6 Jul 2013 01:12:28 -0400 -Subject: [PATCH 5/9] add NFDBITS in sys/select.h with appropriate feature +Subject: [PATCH 05/10] add NFDBITS in sys/select.h with appropriate feature tests the main use for this macro seems to be knowing the correct allocation |