1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Libraries
Andreas Kling af14b8dc59 LibC: Make "errno" thread-specific
Now that the kernel supports thread-local storage, we can declare errno
with the __thread keyword, which causes it to be per-thread.

This should fix all the stupid issues that happen when many threads use
the same errno. :^)
2019-09-07 15:57:02 +02:00
..
LibAudio AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibC LibC: Make "errno" thread-specific 2019-09-07 15:57:02 +02:00
LibCore AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibDraw LibDraw: Add TextAlignment::TopRight 2019-09-06 19:23:54 +02:00
LibGUI GTextEditor: Paint line numbers with TopRight text alignment 2019-09-06 19:24:16 +02:00
LibHTML AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibThread LibThread: Add missing install.sh script 2019-09-01 16:59:12 +02:00
LibVT AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00