diff options
Diffstat (limited to 'stdlib/setcontext.c')
-rw-r--r-- | stdlib/setcontext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/setcontext.c b/stdlib/setcontext.c index bb977106fc..b38571e0ce 100644 --- a/stdlib/setcontext.c +++ b/stdlib/setcontext.c @@ -19,8 +19,7 @@ #include <ucontext.h> int -setcontext (ucp) - const ucontext_t *ucp; +setcontext (const ucontext_t *ucp) { __set_errno (ENOSYS); return -1; |