diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-05-11 20:27:20 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-05-11 20:27:20 +0000 |
commit | eb2c2b6e6ebd80f51ba3bd09177563f7640fa0b0 (patch) | |
tree | 022b9c076db758a373a3d94e73470c185f58ca5a /newlib/libc/string/strings.tex | |
parent | 27f564e9a3c8c81e95d8bfa195c0a3edadb35127 (diff) | |
download | cygnal-eb2c2b6e6ebd80f51ba3bd09177563f7640fa0b0.tar.gz cygnal-eb2c2b6e6ebd80f51ba3bd09177563f7640fa0b0.tar.bz2 cygnal-eb2c2b6e6ebd80f51ba3bd09177563f7640fa0b0.zip |
2010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/string/strsignal.c: New file.
* libc/string/Makefile.am: Add support for strsignal.
* libc/string/strings.tex: Ditto.
* libc/string/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/string/strings.tex')
-rw-r--r-- | newlib/libc/string/strings.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex index 2e2c7fd73..ae00a261a 100644 --- a/newlib/libc/string/strings.tex +++ b/newlib/libc/string/strings.tex @@ -40,6 +40,7 @@ managing areas of memory. The corresponding declarations are in * strnlen:: Character string length * strpbrk:: Find chars in string * strrchr:: Reverse search for character in string +* strsignal:: Return signal message string * strspn:: Find initial match * strstr:: Find string segment * strtok:: Get next token from a string @@ -154,6 +155,9 @@ managing areas of memory. The corresponding declarations are in @include string/strrchr.def @page +@include string/strsignal.def + +@page @include string/strspn.def @page |