diff options
Diffstat (limited to 'misc/sys/mman.h')
-rw-r--r-- | misc/sys/mman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/sys/mman.h b/misc/sys/mman.h index 311d44cfb1..02896a0acc 100644 --- a/misc/sys/mman.h +++ b/misc/sys/mman.h @@ -146,6 +146,9 @@ extern int shm_open (const char *__name, int __oflag, mode_t __mode); /* Remove shared memory segment. */ extern int shm_unlink (const char *__name); +/* System-specific extensions. */ +#include <bits/mman_ext.h> + __END_DECLS #endif /* sys/mman.h */ |