LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   NPTL manpages (https://www.linuxquestions.org/questions/programming-9/nptl-manpages-364485/)

vghiware 09-18-2005 08:42 AM

NPTL manpages
 
Hi ,

I have got a strange setup on my RHEL here
---clip---
$ /lib/libc.so.6 | egrep -i 'linuxthreads|nptl '
linuxthreads-0.10 by Xavier Leroy
$ `ldd /bin/ls | grep libc.so.6 | cut -d' ' -f 3 ` | egrep -i 'linuxthreads|nptl '
NPTL 0.60 by Ulrich Drepper
$ getconf GNU_LIBPTHREAD_VERSION
NPTL 0.60
---clap---

So i m using NPTL for sure but the manpages still refer to linuxthreads-0.10 by Xavier Leroy
where have i goofed up ?

Can anyone please share the man page of sem_wait from NPTL ?

Thanks in advance

-vg

kjordan 09-19-2005 10:58 PM

I'm not sure there are any at this point in time. However, most of the linuxthreads man pages still apply to NPTL at this point.


All times are GMT -5. The time now is 06:44 AM.