summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/strings.h
Commit message (Collapse)AuthorAgeFilesLines
* Feature test macros overhaul: strings.hYaakov Selkowitz2016-03-171-3/+3
| | | | | | Replace __STRICT_ANSI__ with the proper internal macros for bcmp etc. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
* * libc/include/strings.h: Don't include locale.h.Corinna Vinschen2010-12-081-1/+0
|
* strings.h: avoid namespace pollutionEric Blake2010-12-081-1/+1
| | | | | * libc/include/strings.h: Don't declare removed functions when requesting POSIX 2008 compliance.
* 2010-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2010-12-071-0/+36
* libc/include/strings.h: New (split-out from string.h).