> On Sat, Mar 19, 2011 at 11:51:25AM -0700, Khem Raj wrote: > > > >commit: > http://git.uclibc.org/uClibc/commit/?id=287d6b4b6ec10015f97718ffefde3b8c171d0d12 > >branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future > > > >Select it. > > > >Signed-off-by: Peter S. Mazinger <[email protected]> > >--- > > extra/Configs/Config.in | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > >diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in > >index 8628f28..ac9fd13 100644 > >--- a/extra/Configs/Config.in > >+++ b/extra/Configs/Config.in > >@@ -459,6 +459,7 @@ config UCLIBC_HAS_THREADS_NATIVE > > bool "Native POSIX Threading (NPTL)" > > select UCLIBC_HAS_TLS > > select UCLIBC_HAS_STDIO_FUTEXES > >+ select UCLIBC_HAS_REALTIME > > # NPTL local: > > select EXTRA_WARNINGS > > # i386 has no lowlevellock support (yet) as opposed to i486 onward > > IIRC constraints changed here from SUSv3 to SUSv4 so while this is ok to > paper over lack of time to do a real SUSv4 audit it is under the big > 'SUSv4 audit' umbrella. TODO.
I should have really added also select advanced realtime for NPTL, since it uses anyway directly the syscalls if present or provides fallbacks (posix_timers come to my mind) The change in SuSv4 is heavy, most of advanced realtime went to base, AIO too, *_l() are also affected, I have updated the main headers to see this (I build with disabled _GNU_SOURCE and enable/disable features to see what is missing) Peter -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
