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> | |||
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2002-03-21 | Add the ttyent.h header file | Eric Andersen | |