diff options
Diffstat (limited to 'sysdeps/unix/sysv/irix4/sysconf.c')
-rw-r--r-- | sysdeps/unix/sysv/irix4/sysconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/irix4/sysconf.c b/sysdeps/unix/sysv/irix4/sysconf.c index 2f89491fda..ef7606edad 100644 --- a/sysdeps/unix/sysv/irix4/sysconf.c +++ b/sysdeps/unix/sysv/irix4/sysconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1995, 1997, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1995, 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 @@ -19,7 +19,7 @@ #include <unistd.h> #include <sys/syssgi.h> -extern int __syssgi __P ((int, ...)); +extern int __syssgi ((int, ...); /* Get the value of the system variable NAME. */ long int |