Tagged Questions
1
vote
1answer
264 views
What's the difference between GNU_LIBC_VERSION and GNU_NPTL_VERSION?
Notice these two RedHat Linux system configuration settings:
$ getconf GNU_LIBC_VERSION
glibc 2.3.4
$ getconf GNU_LIBPTHREAD_VERSION
NPTL 2.3.4
I see they correspond to some of the TLS libraries:
...