mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
(__stpncpy): Add libc_hidden_def.
This commit is contained in:
parent
4def79b563
commit
d8c656cee5
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2000, 2002 Free Software Foundation, Inc.
|
||||
Contributed by Richard Henderson (rth@redhat.com)
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -112,4 +112,5 @@ $zerocount:
|
||||
|
||||
END(__stpncpy)
|
||||
|
||||
libc_hidden_def (__stpncpy)
|
||||
weak_alias (__stpncpy, stpncpy)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1996, 2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Richard Henderson (rth@tamu.edu)
|
||||
|
||||
@ -103,4 +103,5 @@ $zerocount:
|
||||
|
||||
END(__stpncpy)
|
||||
|
||||
libc_hidden_def (__stpncpy)
|
||||
weak_alias (__stpncpy, stpncpy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user