提交 f929493c 编写于 作者: R Rich Felker

fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE

this could be an error if _GNU_SOURCE was already defined differently
by the application.
上级 ab8f6a6e
#ifndef _FEATURES_H
#define _FEATURES_H
#ifdef _ALL_SOURCE
#if defined(_ALL_SOURCE) && !defined(_GNU_SOURCE)
#define _GNU_SOURCE 1
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册