aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-makecontext3.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13Fix use of ucontext_t objects in tst-makecontext3Andreas Schwab1-29/+33
Objects of type ucontext_t cannot be copied, only getcontext can properly initialize them. For example, on powerpc the structure contains a pointer into itself, so makecontext modifies the original object by side effect.
2009-12-24Additional setcontext(), etc. conformance tests.Maciej W. Rozycki1-0/+217