OSDN Git Service

nptl: do not define _POSIX_SPAWN since its not implemented
authorNatanael Copa <ncopa@alpinelinux.org>
Fri, 30 Jul 2010 08:05:04 +0000 (08:05 +0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 30 Jul 2010 08:21:45 +0000 (10:21 +0200)
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>
libpthread/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h

index 2550355..6fbdbb7 100644 (file)
 /* 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