musl/arch/x86_64/bits
Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines
the kernel wrongly expects the cmsg length field to be size_t instead
of socklen_t. in order to work around the issue, we have to impose a
length limit and copy to a local buffer. the length limit should be
more than sufficient for any real-world use; these headers are only
used for passing file descriptors and permissions between processes
over unix sockets.
2012-07-12 21:37:54 -04:00
..
alltypes.h.sh use signed char rather than plain char for int8_t 2012-04-24 18:06:56 -04:00
endian.h
errno.h
fcntl.h proper error handling for fcntl F_GETOWN on modern kernels 2012-06-20 22:16:47 -04:00
fenv.h
float.h support -mfpmath=387 on x86_64 2012-07-10 01:18:40 -04:00
ioctl.h
ipc.h numerous fixes to sysv ipc 2011-04-13 16:45:43 -04:00
limits.h fix missing _BSD_SOURCE support in bits/*.h 2012-05-22 22:12:10 -04:00
mman.h fix missing _BSD_SOURCE support in bits/*.h 2012-05-22 22:12:10 -04:00
msg.h numerous fixes to sysv ipc 2011-04-13 16:45:43 -04:00
posix.h typo in macro definitions for x86_64 2011-08-14 15:19:17 -04:00
reg.h
setjmp.h jmp_buf overhaul fixing several issues 2012-07-03 20:07:33 -04:00
shm.h numerous fixes to sysv ipc 2011-04-13 16:45:43 -04:00
signal.h fix missing _BSD_SOURCE support in bits/*.h 2012-05-22 22:12:10 -04:00
socket.h workaround another sendmsg kernel bug on 64-bit machines 2012-07-12 21:37:54 -04:00
stat.h
statfs.h fix the definition of struct statvfs to match lsb abi 2011-09-19 23:35:48 -04:00
stdarg.h use compiler builtins for variadic macros when available 2011-04-27 23:41:48 -04:00
stdint.h
syscall.h update syscall defs to latest kernel ones 2012-06-23 21:16:44 -04:00
termios.h
user.h fix x86_64 user.h (previously was just a copy of i386) 2011-09-22 15:36:25 -04:00
wchar.h fix the type of wchar_t on arm; support wchar_t varying with arch 2011-09-19 17:39:51 -04:00