about summary refs log tree commit diff
path: root/stdlib/getcontext.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/getcontext.c')
-rw-r--r--stdlib/getcontext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/getcontext.c b/stdlib/getcontext.c
index c72e2e2842..d36226cc1a 100644
--- a/stdlib/getcontext.c
+++ b/stdlib/getcontext.c
@@ -19,8 +19,7 @@
 #include <ucontext.h>
 
 int
-getcontext (ucp)
-     ucontext_t *ucp;
+getcontext (ucontext_t *ucp)
 {
   __set_errno (ENOSYS);
   return -1;