summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/socket.h
AgeCommit message (Collapse)AuthorLines
2011-09-18cleanup more bits cruft (sysmacros and socket)Rich Felker-200/+0
2011-07-21socket headers macro adjustment - workaround for buggy programsRich Felker-1/+1
some program was undefining AF_NETLINK and thereby breaking AF_ROUTE...
2011-04-08workaround broken msghdr struct on 64bit linuxRich Felker-2/+2
POSIX clearly specifies the type of msg_iovlen and msg_controllen, and Linux ignores it and makes them both size_t instead. to work around this we add padding (instead of just using the wrong types like glibc does), but we also need to patch-up the struct before passing it to the kernel in case the caller did not zero-fill it. if i could trust the kernel to just ignore the upper 32 bits, this would not be necessary, but i don't think it will ignore them...
2011-02-15Update x86_64 bits to mirror (modulo platform differences) the latest changesNicholas J. Kain-2/+0
to i386.
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+212