Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3 | Peter Korsgaard | 2011-02-09 | 1 | -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 mips | Khem Raj | 2010-06-07 | 1 | -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 Raj | 2008-12-04 | 1 | -2/+2 |
| | |||||
* | add libc_hidden_proto(__cmsg_nxthdr) for mips | Denis Vlasenko | 2008-11-29 | 1 | -0/+1 |
| | |||||
* | - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -0/+6 |
| | |||||
* | update from mjn3 | Eric Andersen | 2006-12-06 | 1 | -2/+2 |
| | |||||
* | based on a patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 1 | -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 headers | Mike Frysinger | 2006-08-25 | 1 | -7/+7 |
| | |||||
* | Sync up mipsel headers | Eric Andersen | 2001-11-14 | 1 | -14/+19 |
| | |||||
* | Header cleanups to fix compilation. Mostly a hack, pending figuring | David Schleef | 2001-05-22 | 1 | -2/+4 |
| | | | | out the best way to do some things. | ||||
* | Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package. | David Schleef | 2001-05-22 | 1 | -0/+308 |