(__sysconf): Add libc_hidden_def.
authorUlrich Drepper <drepper@redhat.com>
Sun, 4 Aug 2002 09:16:35 +0000 (09:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 4 Aug 2002 09:16:35 +0000 (09:16 +0000)
sysdeps/unix/sysv/irix4/sysconf.c
sysdeps/unix/sysv/sysv4/sysconf.c

index 3f350b5..2f89491 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995, 1997, 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
@@ -33,3 +33,4 @@ __sysconf (name)
 }
 
 weak_alias (__sysconf, sysconf)
+libc_hidden_def (__sysconf)
index 77ce2d8..d8ffafc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995, 1996, 1997, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
@@ -363,3 +363,4 @@ __sysconf (name)
 }
 
 weak_alias (__sysconf, sysconf)
+libc_hidden_def (__sysconf)