提交 e28c2eca 编写于 作者: R rofl0r

sys/personality.h: add missing C++ compat

上级 6a0aa82f
#ifndef _PERSONALITY_H
#define _PERSONALITY_H
#ifdef __cplusplus
extern "C" {
#endif
#define ADDR_NO_RANDOMIZE 0x0040000
#define MMAP_PAGE_ZERO 0x0100000
#define ADDR_COMPAT_LAYOUT 0x0200000
......@@ -36,4 +40,7 @@
int personality(unsigned long);
#ifdef __cplusplus
}
#endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册