mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
(__sysconf): Add libc_hidden_def.
This commit is contained in:
parent
e38327be06
commit
1d343348c1
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user