mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
* sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
* include/rpc/rpc.h: Declare RPC_VARS tsd as extern. * sunrpc/rpc_thread.c: Define it without static.
This commit is contained in:
parent
95e2a50e9b
commit
bc13934719
15
ChangeLog
15
ChangeLog
@ -1,14 +1,13 @@
|
|||||||
|
2002-08-03 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
|
||||||
|
|
||||||
2002-08-02 Ulrich Drepper <drepper@redhat.com>
|
2002-08-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
|
* configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
|
||||||
broken alias attribute handling.
|
broken alias attribute handling.
|
||||||
* config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
|
* config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
|
||||||
|
|
||||||
2002-08-02 Roland McGrath <roland@redhat.com>
|
|
||||||
|
|
||||||
* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
|
|
||||||
* sunrpc/rpc_thread.c: Define it without static.
|
|
||||||
|
|
||||||
2002-08-02 Roland McGrath <roland@frob.com>
|
2002-08-02 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
|
* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
|
||||||
@ -31,10 +30,8 @@
|
|||||||
|
|
||||||
* assert/assert.c (__assert_fail): Fix typo in comment.
|
* assert/assert.c (__assert_fail): Fix typo in comment.
|
||||||
|
|
||||||
* include/rpc/rpc.h: Declare __libc_tsd_RPC_VARS if USE_TLS &&
|
* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
|
||||||
HAVE___THREAD.
|
* sunrpc/rpc_thread.c: Define it without static.
|
||||||
* sunrpc/rpc_thread.c: Don't define __libc_tsd_RPC_VARS as static
|
|
||||||
if USE_TLS && HAVE___THREAD.
|
|
||||||
* sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
|
* sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
|
||||||
|
|
||||||
2002-08-02 Jakub Jelinek <jakub@redhat.com>
|
2002-08-02 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user