summaryrefslogtreecommitdiff
path: root/include/assert.h
AgeCommit message (Collapse)Author
2012-11-18drop support for pre ISO-C compilersMike 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-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-11-19assert: make linenumber unsignedPeter S. Mazinger
Move attribute_noreturn to header. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
Appears to build fine (several .configs tried)
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2005-11-03sync with glibc to fix building xorg-serverMike Frysinger
2002-02-27Fix C++ supportEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2000-10-17Update to assert behaviorEric Andersen
2000-05-14Initial revisionErik Andersen