musl/arch/x32/bits
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
..
alltypes.h.in align x32 pthread type sizes to be common with 32-bit archs 2015-03-12 14:43:36 -04:00
endian.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
errno.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
fcntl.h move O_PATH definition back to arch bits 2015-04-01 19:31:06 -04:00
fenv.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
float.h fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
io.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
ioctl.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
ipc.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
limits.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
mman.h add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
msg.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
poll.h fix POLLWRNORM and POLLWRBAND on mips 2015-03-04 12:09:37 -05:00
posix.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
reg.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
resource.h fix RLIMIT_ constants for mips 2014-04-15 19:17:52 -04:00
sem.h move struct semid_ds to from shared sys/sem.h to bits 2014-03-11 15:27:13 -04:00
setjmp.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
shm.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
signal.h fix MINSIGSTKSZ values for archs with large signal contexts 2015-03-18 00:31:37 -04:00
socket.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
stat.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
statfs.h x32: fix struct statfs 2014-03-17 22:34:55 +01:00
stdarg.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
stdint.h x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
syscall.h add mlock2 syscall number from linux v4.4 2016-01-26 18:30:50 -05:00
termios.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
user.h fix typo in x86_64/x32 user_fpregs_struct 2015-02-01 13:49:15 -05:00