You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not want to compile with GNU-specific extensions, as we want the
code to be as portable as possible.
Thanksfully we don't actually need _GNU_SOURCE to be defined, removing
it only triggers an error in network-unix.c about an undefined
structure, which we can fix by including the right header.
Signed-off-by: Paul Cercueil <[email protected]>
0 commit comments