]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/getpgid.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / posix / getpgid.c
index f6b02a11a128504e85267203583eeb373c5a4128..887bda27b0171dab399fabff696bae78b6b6db9a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2019 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 @@
 
 /* Get the process group ID of process PID.  */
 pid_t
-__getpgid (pid)
-     pid_t pid;
+__getpgid (pid_t pid)
 {
   return pid;
 }