diff options
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | src/include/skalibs/nonposix.h | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -583,7 +583,6 @@ tryflag CPPFLAGS_AUTO -Wno-unused-value tryflag CPPFLAGS_AUTO -Wno-parentheses tryflag CFLAGS_AUTO -ffunction-sections tryflag CFLAGS_AUTO -fdata-sections -tryldflag LDFLAGS_SHARED -nostartfiles tryldflag LDFLAGS_AUTO -Wl,--as-needed tryldflag LDFLAGS_AUTO -Wl,--sort-section=alignment tryldflag LDFLAGS_AUTO -Wl,--sort-common diff --git a/src/include/skalibs/nonposix.h b/src/include/skalibs/nonposix.h index d617904..a1b99a9 100644 --- a/src/include/skalibs/nonposix.h +++ b/src/include/skalibs/nonposix.h @@ -34,7 +34,7 @@ #endif /* sun || __sun */ -#if defined(__linux__) || defined(__GNU__) +#if defined(__linux__) || defined(__GNU__) || defined(__midipix__) /* GNU (Linux or Hurd): most extensions are unavailable unless you enable _GNU_SOURCE. Some Linux interfaces are also |