summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/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>
* sparc specific bits/socket.hAustin Foxley2009-09-251-0/+356
| | | | | | | use socketcall for sparc32 since it does not have the individual socket syscalls Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* merge with psm: sync with common socket headersMike Frysinger2006-08-251-321/+0
|
* Sync up sparc headersEric Andersen2001-11-141-29/+45
|
* Remove all the __THROW macrosEric Andersen2001-04-191-1/+1
|
* I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen2001-03-061-0/+305
to facilitate the sparc porting work being done by Mathew Bosworth. -Erik