Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of ucontext_t objects in tst-makecontext3 | Andreas Schwab | 2010-04-13 | 1 | -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. Rozycki | 2009-12-24 | 1 | -0/+217 |