summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/__rt_sigwaitinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* unify stub logicMike Frysinger2011-02-241-10/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko2010-10-221-4/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* whitespace fixesAustin Foxley2009-10-171-1/+0
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* some tweaks under libc/ needed for nptlAustin Foxley2009-10-171-0/+103
* updated kernel-features.h * system is provided by pt-system with nptl * _exit should do exit_group with nptl * tsd tls ptr in libc * rt_sigwaitinfo impl added Signed-off-by: Austin Foxley <austinf@cetoncorp.com>