]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/getcontext.c
hurd: Fix build
[thirdparty/glibc.git] / stdlib / getcontext.c
index b197438e424787caafeeaa24236d1ffcf1e01ce0..8fa6da1fb43e3c011fa3eb9593ca8fc81dd64130 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2018 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,8 +19,7 @@
 #include <ucontext.h>
 
 int
-getcontext (ucp)
-     ucontext_t *ucp;
+getcontext (ucontext_t *ucp)
 {
   __set_errno (ENOSYS);
   return -1;