1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Userland/Libraries/LibC/bits
Gunnar Beutner 88cebb05ad LibC+LibPthread: Implement function forwarding for libpthread
GCC will insert various calls to pthread functions when compiling
C++ code with static initializers, even when the user doesn't link
their program against libpthread explicitly.

This is used to make static initializers thread-safe, e.g. when
building a library that does not itself use thread functionality
and thus does not link against libpthread - but is intended to
be used with other code that does use libpthread explicitly.

This makes these symbols available in libc.
2021-04-20 21:08:17 +02:00
..
FILE.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
posix1_lim.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
pthread_forward.h LibC+LibPthread: Implement function forwarding for libpthread 2021-04-20 21:08:17 +02:00
pthread_integration.h LibC+LibPthread: Implement function forwarding for libpthread 2021-04-20 21:08:17 +02:00
stdint.h LibC: Add definitions for INTMAX_C and UINTMAX_C 2021-04-14 13:13:06 +02:00