]> mj.ucw.cz Git - libucw.git/commit
Rename our gettid() wrapper to ucw_gettid()
authorMartin Mares <mj@ucw.cz>
Wed, 21 Jul 2021 20:16:18 +0000 (22:16 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 21 Jul 2021 20:16:18 +0000 (22:16 +0200)
commit962952444350b516b9d14f1ca1c3a6a79f8b5a0b
treeae8eab3c0087e436c31333aab7c65dc896a65022
parentbfe8126f8fa37ddc6a636bd3d36bf953481907e3
Rename our gettid() wrapper to ucw_gettid()

Recent versions of glibc apparently supply gettid() in <unistd.h>,
which clashes with our definition.
ucw/threads.c