]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/swapcontext.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / stdlib / swapcontext.c
index 988e4aae3f7c6b593da9f4344038a87029871a97..94dc92cd46de85319a5d800a6ea9eafb80e99a4a 100644 (file)
@@ -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;