fukk _GNU_SOURCE __USE_GNU
2019-08-14 本文已影响0人
阿群1986
#define _GNU_SOURCE
#include "/usr/include/features.h"
#ifndef __USE_GNU // 防御检查头文件是否已经启用GNU扩展选项
#error "必须在最顶端定义_GNU_SOURCE宏才能保证开启GNU扩展的API接口 cpu亲和性检查"
#endif
#include<sched.h>
#define _GNU_SOURCE
#include "/usr/include/features.h"
#ifndef __USE_GNU // 防御检查头文件是否已经启用GNU扩展选项
#error "必须在最顶端定义_GNU_SOURCE宏才能保证开启GNU扩展的API接口 cpu亲和性检查"
#endif
#include<sched.h>