| Age | Commit message (Collapse) | Author |
|
std C headers including it, and a kernel module written in C++ would benfit
as well.
|
|
as __null with egcs 1.0 (GCC 2.90) and above. As several headers are affected
by this change, move the definition into a new header file, <null.h>, to ease
maintenance.
|
|
|
|
|
|
breaking third party software. *sigh*
|
|
|
|
|
|
memccpy() and strdup().
|
|
(not just !POSIX and !ANSI)
|
|
|
|
|
|
|
|
rindex(), strcasecmp() and strncasecmp() to <strings.h>. For now, include
<strings.h> to get these prototypes; this should go away eventually.
Also, protect the prototypes of strtok_r() and strsep().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
declared in a _POSIX_SOURCE environment.
|
|
|
|
|