summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+1
| | | | | Appears to build fine (several .configs tried)
* - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-0/+6
|
* based on a patch from Atsushi Nemoto:Eric Andersen2006-11-041-0/+10
| | | | | | | 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.
* sync with upstream via psmMike Frysinger2006-08-241-4/+3
|
* Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2Peter S. Mazinger2006-03-201-1/+1
|
* sync with glibcMike Frysinger2005-11-091-1/+4
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+315
and to better support each arch. This is a really big patch... -Erik