mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
LibC: Make *alloc
return NULL
in case of failure (POSIX)
This commit is contained in:
parent
3bf89f1859
commit
1af072e0f3
3 changed files with 59 additions and 2 deletions
|
@ -9,6 +9,7 @@ set(TEST_SOURCES
|
|||
TestLibCSetjmp.cpp
|
||||
TestLibCString.cpp
|
||||
TestLibCTime.cpp
|
||||
TestMalloc.cpp
|
||||
TestMemmem.cpp
|
||||
TestQsort.cpp
|
||||
TestRaise.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue