]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/setegid.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / setegid.c
index 7a70e964ba4d5e59a79cfd404fa372e736b2d6e0..81fe42c9f9bd22fa2688a8ddf83338e6af835a74 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2014 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
@@ -20,8 +20,7 @@
 
 /* Set the effective group ID of the calling process to GID.  */
 int
-setegid (gid)
-     __gid_t gid;
+setegid (__gid_t gid)
 {
   __set_errno (ENOSYS);
   return -1;