summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-30 08:05:04 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-30 10:21:45 +0200
commita969b3f3c08eb1f681328293472c51e4a8ce5b4f (patch)
treec22152d768c135df58d6df353c3300779f54b6e6
parent05ef2d67dcfca516e49e133d9f7e3c62feed2358 (diff)
nptl: do not define _POSIX_SPAWN since its not implemented
Building things like vlc checks if _POSIX_SPAWN is defined. Since posix_spawn is not implemented we dont define it. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h b/libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
index 2550355cd..6fbdbb704 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
@@ -143,8 +143,10 @@
/* We support spinlocks. */
#define _POSIX_SPIN_LOCKS 200809L
+#if 0
/* The `spawn' function family is supported. */
#define _POSIX_SPAWN 200809L
+#endif
/* We have POSIX timers. */
#define _POSIX_TIMERS 200809L