Skip to content

Commit

Permalink
* sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
Browse files Browse the repository at this point in the history
	* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
	* sunrpc/rpc_thread.c: Define it without static.
  • Loading branch information
Roland McGrath committed Aug 3, 2002
1 parent 95e2a50 commit bc13934
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
broken alias attribute handling.
* 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>

* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
Expand All @@ -31,10 +30,8 @@

* assert/assert.c (__assert_fail): Fix typo in comment.

* include/rpc/rpc.h: Declare __libc_tsd_RPC_VARS if USE_TLS &&
HAVE___THREAD.
* sunrpc/rpc_thread.c: Don't define __libc_tsd_RPC_VARS as static
if USE_TLS && HAVE___THREAD.
* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
* sunrpc/rpc_thread.c: Define it without static.
* sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.

2002-08-02 Jakub Jelinek <jakub@redhat.com>
Expand Down

0 comments on commit bc13934

Please sign in to comment.