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

namespace cleanup in sys/mman.h

上级 ebd7af69
......@@ -25,8 +25,10 @@ int munlock (const void *, size_t);
int mlockall (int);
int munlockall (void);
/* linux extension */
#ifdef _GNU_SOURCE
void *mremap (void *, size_t, size_t, int, ...);
int madvise (void *, size_t, int);
#endif
int shm_open (const char *, int, mode_t);
int shm_unlink (const char *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册