summaryrefslogtreecommitdiffstats
path: root/libc/string/__xpg_strerror_r.c
Commit message (Collapse)AuthorAgeFilesLines
* Amir Shalem writes:Mike Frysinger2006-05-261-1/+0
| | | | | there is a missing include for <bits/uClibc_uintmaxtostr.h> in libc/string/_syserrmsg.h, where _syserrmsg.h uses __UIM_BUFLEN_INT
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-2/+1
| | | | is a useless attempt
* check for signal existence rather than using arch definesMike Frysinger2006-01-181-7/+6
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-10/+13
| | | | missing headers, other jump relocs removed
* hide internal _string_syserrmsgsMike Frysinger2006-01-081-1/+1
|
* Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger2006-01-031-0/+273
wcscoll/strcoll needs some love ...