summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3Peter Korsgaard2011-02-091-1/+21
| | | | | | | | | A number of new address / protocol families have been added over the years, so sync with Linux 2.6.38-rc3, adding CAN, ISDN, Phonet, Zigbee, .. which are starting to be used by applications. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj2010-06-071-7/+21
| | | | | | * __ss_aligntype is defined to unsigned long int Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove __NTH from the declation.Khem Raj2008-12-041-2/+2
|
* add libc_hidden_proto(__cmsg_nxthdr) for mipsDenis Vlasenko2008-11-291-0/+1
|
* - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-0/+6
|
* update from mjn3Eric Andersen2006-12-061-2/+2
|
* based on a patch from Atsushi Nemoto:Eric Andersen2006-11-041-0/+13
| | | | | | | 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.
* merge with psm: sync with common socket headersMike Frysinger2006-08-251-7/+7
|
* Sync up mipsel headersEric Andersen2001-11-141-14/+19
|
* Header cleanups to fix compilation. Mostly a hack, pending figuringDavid Schleef2001-05-221-2/+4
| | | | out the best way to do some things.
* Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef2001-05-221-0/+308