musl/arch/arm
Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
they lock faulted pages into memory (useful when a small part of a
large mapped file needs efficient access), new in linux v4.4, commit
b0f205c2a3082dd9081f9a94e50658c5fa906ff1

MLOCK_* is not in the POSIX reserved namespace for sys/mman.h
2016-01-26 18:31:05 -05:00
..
bits add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
atomic_arch.h fix arm a_crash for big endian 2016-01-25 21:59:55 +00:00
crt_arch.h add .text section directive to all crt_arch.h files missing it 2015-05-22 01:50:05 -04:00
pthread_arch.h properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
reloc.h fix dynamic linker path file selection for arm vs armhf 2016-01-20 01:16:09 +00:00
syscall_arch.h arm: add vdso support 2015-06-14 04:23:20 +00:00