summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/cmsg_nxthdr.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-0/+2
|
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-1/+1
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Merge from trunk."Steven J. Hill"2006-08-231-12/+12
|
* Merge from trunk."Steven J. Hill"2006-02-281-3/+5
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-3/+2
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+3
|
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
| | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com>
* Silence a silly warningEric Andersen2001-09-271-0/+2
|
* Add cmsg_nxthdr function for the cases where the headersDavid McCullough2001-08-091-0/+39
do not so it inline.