From fe042eb8dfaa6851a969683ae235c27a12c95ed0 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 14 Mar 2011 12:37:56 +0100 Subject: posix_opt.h: update to POSIX 2008 uClibc_posix_opt.h: adapt accordingly Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/bits/uClibc_posix_opt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/common/bits/uClibc_posix_opt.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_posix_opt.h b/libc/sysdeps/linux/common/bits/uClibc_posix_opt.h index 1ac4521eb..0ae0da188 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_posix_opt.h +++ b/libc/sysdeps/linux/common/bits/uClibc_posix_opt.h @@ -26,6 +26,8 @@ # define _POSIX_THREAD_PRIO_INHERIT -1 # undef _POSIX_THREAD_PRIO_PROTECT # define _POSIX_THREAD_PRIO_PROTECT -1 +# undef _POSIX_THREAD_ROBUST_PRIO_INHERIT +# undef _POSIX_THREAD_ROBUST_PRIO_PROTECT #endif /* this has to be adapted to uClibc, not all are thread related */ @@ -76,6 +78,7 @@ #undef _POSIX_TRACE_INHERIT #undef _POSIX_TRACE_LOG #undef _POSIX_TYPED_MEMORY_OBJECTS +#undef _POSIX_SPAWN #if 0 /* does uClibc support these? */ # undef _POSIX_ASYNCHRONOUS_IO -- cgit v1.2.3