summaryrefslogtreecommitdiff
path: root/include/sys/mman.h
blob: 6aede8bd9a7131b74ebee8202b2802579e1325ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include
mode:
Diffstat (limited to 'src/process/execl.c')
0 files changed, 0 insertions, 0 deletions
oid *, size_t); int mlockall (int); int munlockall (void); /* linux extension */ void *mremap (void *, size_t, size_t, int, ...); int shm_open (const char *, int, mode_t); int shm_unlink (const char *); #ifdef __cplusplus } #endif #endif