summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/socket.h
AgeCommit message (Collapse)Author
2008-12-04Remove __NTH from the declation.Khem Raj
2008-11-29add libc_hidden_proto(__cmsg_nxthdr) for mipsDenis Vlasenko
2008-10-06- tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer
2006-12-06update from mjn3Eric Andersen
2006-11-04based on a patch from Atsushi Nemoto:Eric Andersen
There is a mismatch of struct msghdr between the kernel and libc. In a 64-bit environment, the size of msg_namelen is 4 for all, but the size of msg_iovlen and msg_controllen is 8 bytes for the kernel and for glibc, but 4 bytes for uClibc. Fix size for the 64bit case.
2006-08-25merge with psm: sync with common socket headersMike Frysinger
2001-11-14Sync up mipsel headersEric Andersen
2001-05-22Header cleanups to fix compilation. Mostly a hack, pending figuringDavid Schleef
out the best way to do some things.
2001-05-22Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef