]> git.ipfire.org Git - thirdparty/man-pages.git/commit
gettid.2: Document header file and feature test macro requirements for gettid()
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 May 2020 10:54:14 +0000 (12:54 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 May 2020 13:46:44 +0000 (15:46 +0200)
commit7996b4e48c99f47eaa18576fd8ae3deb85233263
tree61874e55870787163bce8e1b404a1faeee882be5
parenta1d64896ae0bdf632c0471bfb3bac9dfa2b569eb
gettid.2: Document header file and feature test macro requirements for gettid()

The gettid() wrapper was added glibc 2.30, and is declared by
<unistd.h> if _GNU_SOURCE is defined.

Reported-by: Joseph C. Sible <josephcsible@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/gettid.2