summaryrefslogtreecommitdiffstats
path: root/libc/string/__xpg_strerror_r.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-3/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
| | | | | Appears to build fine (several .configs tried)
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* - cannot really guarantee proper order, so play safe and compile the problematicBernhard Reutner-Fischer2008-05-301-1/+1
| | | | sources separately for now.
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* add strerror_r symbol alias as some autotool based packages simply use ↵Mike Frysinger2007-09-151-0/+6
| | | | AC_CHECK_LIB() to see if a function exists rather than checking the headers
* 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 ...