提交 96601e3c 编写于 作者: R Rich Felker

_GNU_SOURCE implies all BSD features except ones GNU rejects

上级 671ffab7
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册