aboutsummaryrefslogtreecommitdiff
path: root/nptl/vars.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar1-1/+3
There is nothing in the POSIX specification to disallow a single-threaded program from cancelling itself, so we forcibly enable multiple_threads to allow the next available cancellation point in the thread to run. Also added additional tests to cover various cancellation scenarios.
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2004-11-20Update.Ulrich Drepper1-0/+43
2004-11-20 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/bits/socket.h (SCM_RIGHTS): Avoid comma at the end of enum if __USE_BSD is not defined. (calc_inveclosure, calc_eclosure): Skip OP_DELETED_SUBEXP nodes.