mirror of git://git.musl-libc.org/musl
_GNU_SOURCE implies all BSD features except ones GNU rejects
This commit is contained in:
parent
671ffab776
commit
96601e3c61
|
@ -13,7 +13,7 @@ extern "C" {
|
|||
#define SEEK_CUR 1
|
||||
#define SEEK_END 2
|
||||
|
||||
#if defined(_BSD_SOURCE)
|
||||
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
||||
#define L_SET 0
|
||||
#define L_INCR 1
|
||||
#define L_XTND 2
|
||||
|
|
Loading…
Reference in New Issue