diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-14 23:32:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-14 23:32:08 +0000 |
commit | 8f08399dd02851ba1ce0070394017f107032307b (patch) | |
tree | a06c42c37e74fce9d9c1b5bbaf4971f2b44aa194 | |
parent | 376481b8cd087d2484bb4966df85e847612eb9dd (diff) | |
download | skalibs-8f08399dd02851ba1ce0070394017f107032307b.tar.xz |
Remove _BSD_SOURCE from nonposix, just to try...
-rw-r--r-- | src/include/skalibs/nonposix.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/skalibs/nonposix.h b/src/include/skalibs/nonposix.h index be7e90d..25af4bd 100644 --- a/src/include/skalibs/nonposix.h +++ b/src/include/skalibs/nonposix.h @@ -35,9 +35,6 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif -#ifndef _BSD_SOURCE -#define _BSD_SOURCE -#endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE #endif |