ladybird/Userland
Gunnar Beutner a9f488c55b LibC: Make EWOULDBLOCK an alias for EAGAIN
According to POSIX.1 all error codes have to be distinct - with
the exception for EAGAIN and EWOULDBLOCK. Other libcs including
eglibc and newlib define EWOULDBLOCK as an alias for EAGAIN and
some software including OpenTTD expect this behavior.
2021-05-01 09:02:57 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Spreadsheet: Use String::bijective_base_from for column name resolution 2021-05-01 01:19:40 +02:00
Demos Demos: Added Alt+F4 funtionality to demos that lacked it 2021-05-01 01:11:35 +02:00
DevTools LibX86+UserspaceEmulator: Add MMX insns prototypes 2021-05-01 08:56:52 +02:00
DynamicLoader Tests: Unify LibC tests to single location. 2021-04-29 10:37:26 +02:00
Games Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
Libraries LibC: Make EWOULDBLOCK an alias for EAGAIN 2021-05-01 09:02:57 +02:00
Services Everywhere: "indexes" => "indices" 2021-04-29 22:23:52 +02:00
Shell Shell: Implement formatting for Heredocs 2021-04-29 20:25:56 +02:00
Tests Tests: Convert LibC exec unit test to be LibTest based. 2021-04-29 10:37:26 +02:00
Utilities bt: Enumerate all threads when symbolizing stacks in the bt utility. 2021-05-01 08:44:33 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00