summaryrefslogtreecommitdiff
path: root/nptl/tst-locale1.c
AgeCommit message (Collapse)Author
2015-02-06Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath
2007-04-06Avoid warnings.Ulrich Drepper
2002-12-18Update.Ulrich Drepper
2002-12-17 Jakub Jelinek <jakub@redhat.com> * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock, mutex_unlock): If not building NPTL, use __libc_maybe_call2 if available, otherwise __libc_maybe_call. * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for cancellation handling. * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
2002-12-03Test use of locale functions in statically linked apps.Ulrich Drepper