Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update some headers | Peter S. Mazinger | 2011-03-03 | 1 | -1/+3 |
| | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | guard IPv6 stuff | Peter S. Mazinger | 2011-03-03 | 1 | -0/+4 |
| | | | | | | disable IPv6 related stuff if feature is disabled. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | sync some headers and disable unused prototypes | Peter S. Mazinger | 2009-11-19 | 2 | -3/+17 |
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -0/+3 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-26 | 1 | -1/+3 |
| | |||||
* | Sync up w/ glibc | Peter S. Mazinger | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | import updates from glibc | Mike Frysinger | 2005-03-16 | 3 | -18/+35 |
| | |||||
* | Synchronized with glibc (2.3.2). | Peter Kjellerstedt | 2004-10-30 | 1 | -1/+4 |
| | |||||
* | These headers should not be included in uClibc -- they should be | Eric Andersen | 2004-04-30 | 2 | -292/+0 |
| | | | | part of the ppp instead. | ||||
* | glibc does not provide pppio.h, and our doing so conflicts | Eric Andersen | 2004-03-24 | 1 | -99/+0 |
| | | | | with the ppp package | ||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 10 | -125/+132 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 2 | -2/+10 |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | ||||
* | linux 2.0.x kernels have broken header files. It is silly to be so | Eric Andersen | 2001-01-16 | 13 | -0/+1257 |
tightly coupled to kernel headers (since the 2.2 ones work with 2.0 as well), so I'm checking in include/net. |