(__sysconf): Add libc_hidden_def.

This commit is contained in:
Ulrich Drepper 2002-08-04 09:16:35 +00:00
parent e38327be06
commit 1d343348c1
2 changed files with 4 additions and 2 deletions

View 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)

View 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)