summaryrefslogtreecommitdiff
path: root/stdlib/tst-makecontext3.c
AgeCommit message (Collapse)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2010-04-13Fix use of ucontext_t objects in tst-makecontext3Andreas Schwab
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. Rozycki