aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-cleanup2.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-03Mark success return value as volatile to work around reschedulingSiddhesh Poyarekar1-1/+7
Resolves #15921 The test case nptl/tst-cleanup2 fails on s390x and power6 due to instruction sheduling in gcc. This was reported in gcc: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034 but it was concluded that gcc is allowed to assume that the first argument to sprintf is a character array - NULL not being a valid character array.
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2003-01-28Update.Ulrich Drepper1-0/+63
2003-01-27 Steven Munroe <sjmunroe@us.ibm.com> * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.