Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger | |
This drops __signed, __volatile, and __const. Only the latter was used in the code base, and for uClibc, not consistently. Much of the code used plain "const" which meant "__const" was useless. Really, the point of this is to stay in sync with what glibc did. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-03-03 | update some headers | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2011-03-03 | guard IPv6 stuff | Peter S. Mazinger | |
disable IPv6 related stuff if feature is disabled. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2009-11-19 | sync some headers and disable unused prototypes | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2006-02-26 | sync with glibc | Mike Frysinger | |
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger | |
2005-03-16 | import updates from glibc | Mike Frysinger | |
2004-10-30 | Synchronized with glibc (2.3.2). | Peter Kjellerstedt | |
2004-04-30 | These headers should not be included in uClibc -- they should be | Eric Andersen | |
part of the ppp instead. | |||
2004-03-24 | glibc does not provide pppio.h, and our doing so conflicts | Eric Andersen | |
with the ppp package | |||
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-07-11 | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | |
it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | |||
2001-01-16 | linux 2.0.x kernels have broken header files. It is silly to be so | Eric Andersen | |
tightly coupled to kernel headers (since the 2.2 ones work with 2.0 as well), so I'm checking in include/net. |