You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker af3d5405b8 work around linux bug in mprotect 15 years ago
..
madvise.c global cleanup to use the new syscall interface 15 years ago
mlock.c global cleanup to use the new syscall interface 15 years ago
mlockall.c global cleanup to use the new syscall interface 15 years ago
mmap.c consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
mprotect.c work around linux bug in mprotect 15 years ago
mremap.c global cleanup to use the new syscall interface 15 years ago
msync.c global cleanup to use the new syscall interface 15 years ago
munlock.c global cleanup to use the new syscall interface 15 years ago
munlockall.c global cleanup to use the new syscall interface 15 years ago
munmap.c global cleanup to use the new syscall interface 15 years ago
posix_madvise.c fix missing include in posix_madvise.c (compile error) 15 years ago
shm_open.c implement POSIX shared memory 15 years ago
shm_unlink.c implement POSIX shared memory 15 years ago