diff options
Diffstat (limited to 'sysdeps/unix/sysv/sco3.2.4')
-rw-r--r-- | sysdeps/unix/sysv/sco3.2.4/__setpgid.c | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/sco3.2.4/getgroups.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/sco3.2.4/__setpgid.c b/sysdeps/unix/sysv/sco3.2.4/__setpgid.c index e58f22e7a9..d51fa602c9 100644 --- a/sysdeps/unix/sysv/sco3.2.4/__setpgid.c +++ b/sysdeps/unix/sysv/sco3.2.4/__setpgid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1997, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1997, 2002, 2004 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,7 +20,7 @@ #include <unistd.h> #include <sys/types.h> -extern int __pgrpsys __P ((int type, ...)); +extern int __pgrpsys (int type, ...); /* Get the process group ID of process PID. */ int diff --git a/sysdeps/unix/sysv/sco3.2.4/getgroups.c b/sysdeps/unix/sysv/sco3.2.4/getgroups.c index ef27df2a76..2aac40bddd 100644 --- a/sysdeps/unix/sysv/sco3.2.4/getgroups.c +++ b/sysdeps/unix/sysv/sco3.2.4/getgroups.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1995, 1997, 2004 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 @@ -21,7 +21,7 @@ #include <limits.h> #include <alloca.h> -extern int __sco_getgroups __P ((int size, unsigned short int *list)); +extern int __sco_getgroups (int size, unsigned short int *list); int __getgroups (size, list) |