Check out my first novel, midnight's simulacra!

Libc: Difference between revisions

From dankwiki
m (1 revision)
No edit summary
Line 1: Line 1:
The [[Linux APIs]] page lists the GNU libc versions corresponding to various Linux-specific functionality.
== Determining glibc version ==
== Determining glibc version ==
* From [[C]], use confstr(3) with _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION.
* From [[C]], use confstr(3) with _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION.