public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Move TLS errno, h_errno and _res to GLIBC_PRIVATE
@ 2002-11-14  3:06 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2002-11-14  3:06 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

2002-11-14  Jakub Jelinek  <jakub@redhat.com>

	* csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for
	now.
	* resolv/Versions (h_errno, _res): Likewise.

--- libc/csu/Versions.jj	2002-09-25 11:11:41.000000000 +0200
+++ libc/csu/Versions	2002-11-14 13:18:59.000000000 +0100
@@ -17,7 +17,7 @@ libc {
     # New special glibc functions.
     gnu_get_libc_release; gnu_get_libc_version;
   }
-  GLIBC_2.3 {
+  GLIBC_PRIVATE {
 %if USE_TLS && HAVE___THREAD
     # This version is for the TLS symbol, GLIBC_2.0 is the old object symbol.
     errno;
--- libc/resolv/Versions.jj	2002-10-21 19:14:52.000000000 +0200
+++ libc/resolv/Versions	2002-11-14 13:20:25.000000000 +0100
@@ -29,15 +29,13 @@ libc {
     # r*
     __res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
   }
-  GLIBC_2.3 {
+  GLIBC_PRIVATE {
+    __gai_sigqueue;
 %if USE_TLS && HAVE___THREAD
     # This version is for the TLS symbol, GLIBC_2.0 is the old object symbol.
     h_errno; _res;
 %endif
   }
-  GLIBC_PRIVATE {
-    __gai_sigqueue;
-  }
 }
 
 libresolv {

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-14 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-14  3:06 [PATCH] Move TLS errno, h_errno and _res to GLIBC_PRIVATE Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).