libroot/stdlib: Define _DEFAULT_SOURCE for newer GCC.
So that we don't get warnings/errors about missing prototypes for the non-standard sort functions.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SubDir HAIKU_TOP src system libroot posix stdlib ;
|
||||
|
||||
UsePrivateHeaders drivers libroot runtime_loader shared ;
|
||||
UsePrivateHeaders kernel ; # for <util/*>
|
||||
SubDirCcFlags -D_DEFAULT_SOURCE ;
|
||||
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
|
||||
Reference in New Issue
Block a user