unikraft / lib-musl

musl: A C standard library
Other
8 stars 27 forks source link

Move _XOPEN_SOURCE define to library CFLAGS #33

Closed mschlumpp closed 1 year ago

mschlumpp commented 1 year ago

Putting it into CFLAGS changes the behavior for all sources files in a Unikraft build and changes them from the implicit _DEFAULT_SOURCE to _XOPEN_SOURCE, which can break applications/libraries.