]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - signal/sigreturn.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / signal / sigreturn.c
index 901404ca86076e65b7f7c11253d7d7d50825566a..a0797c62ea51c86b78abde0f4aef09a0aa2f61b7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992-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,8 +19,7 @@
 #include <errno.h>
 
 int
-__sigreturn (context)
-     struct sigcontext *context;
+__sigreturn (struct sigcontext *context)
 {
   __set_errno (ENOSYS);
   return -1;