diff options
Diffstat (limited to 'sysdeps/generic/sysconf.c')
-rw-r--r-- | sysdeps/generic/sysconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/sysconf.c b/sysdeps/generic/sysconf.c index 8816ddc682..f1b64d58eb 100644 --- a/sysdeps/generic/sysconf.c +++ b/sysdeps/generic/sysconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1993,1995,1996,1997,2001 Free Software Foundation, Inc. +/* Copyright (C) 1991,1993,1995-1997,2001,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 @@ -260,6 +260,7 @@ __sysconf (name) } weak_alias (__sysconf, sysconf) +libc_hidden_def (__sysconf) stub_warning (sysconf) #include <stub-tag.h> |