1
0
mirror of https://github.com/Zygo/bees.git synced 2025-11-05 20:50:33 +01:00
Files
bees/lib/process.cc
Zygo Blaxell 82f1fd8054 process: replace crucible::gettid() with a weak symbol
Since we're now using weak symbols for dodgy libc functions, we might
as well do it for gettid() too.

Use the ::gettid() global namespace and let libc override it.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2025-01-09 01:37:44 -05:00

3.9 KiB