about summary refs log tree commit diff
path: root/stdlib/tst-makecontext3.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Fix use of ucontext_t objects in tst-makecontext3Andreas Schwab2010-04-131-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.
* Additional setcontext(), etc. conformance tests.Maciej W. Rozycki2009-12-241-0/+217