summaryrefslogtreecommitdiff
path: root/stdlib/swapcontext.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/swapcontext.c')
-rw-r--r--stdlib/swapcontext.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/stdlib/swapcontext.c b/stdlib/swapcontext.c
index 988e4aae3f..794420ae80 100644
--- a/stdlib/swapcontext.c
+++ b/stdlib/swapcontext.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -19,9 +19,7 @@
#include <ucontext.h>
int
-swapcontext (oucp, ucp)
- ucontext_t *oucp;
- const ucontext_t *ucp;
+swapcontext (ucontext_t *oucp, const ucontext_t *ucp)
{
__set_errno (ENOSYS);
return -1;