mirror of
git://git.musl-libc.org/musl
synced 2025-01-31 02:51:32 +00:00
sys/personality.h: add missing C++ compat
This commit is contained in:
parent
6a0aa82f51
commit
e28c2ecae4
@ -1,6 +1,10 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user