diff options
Diffstat (limited to 'sysdeps/posix/sysconf.c')
-rw-r--r-- | sysdeps/posix/sysconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/sysconf.c b/sysdeps/posix/sysconf.c index 05a9538271..3804aa1061 100644 --- a/sysdeps/posix/sysconf.c +++ b/sysdeps/posix/sysconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,93,95,96,97,99,2000,2001 Free Software Foundation, Inc. +/* Copyright (C) 1991,93,1995-1997,1999-2002 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 @@ -1128,3 +1128,4 @@ __sysconf (name) #undef __sysconf weak_alias (__sysconf, sysconf) +libc_hidden_def (__sysconf) |