Closed pbsds closed 10 months ago
On glibc 3.38.23 i get the warning-turned-error:
_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE
The fix seems to additionally define _DEFAULT_SOURCE whenever _BSD_SOURCE is defined.
_DEFAULT_SOURCE
_BSD_SOURCE
fixed by #581
On glibc 3.38.23 i get the warning-turned-error:
The fix seems to additionally define
_DEFAULT_SOURCE
whenever_BSD_SOURCE
is defined.