public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix pthread_attr_setstacksize on ia64/alpha/sparc*
@ 2006-10-26 16:46 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2006-10-26 16:46 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

pthread_attr_setstack.c and powerpc* pthread_attr_setstack{,size}.c get
this right, only pthread_attr_setstacksize can't be linked into
libpthread.so because VERSION_libpthread_2_3_3 is not in libpthread.map.

2006-10-26  Jakub Jelinek  <jakub@redhat.com>

	* pthread_attr_setstacksize.c (NEW_VERNUM): Define to GLIBC_2_3_3
	by default rather than 2_3_3.

--- libc/nptl/pthread_attr_setstacksize.c.jj	2006-10-08 15:43:23.000000000 +0200
+++ libc/nptl/pthread_attr_setstacksize.c	2006-10-26 18:33:37.000000000 +0200
@@ -23,7 +23,7 @@
 #include "pthreadP.h"
 
 #ifndef NEW_VERNUM
-# define NEW_VERNUM 2_3_3
+# define NEW_VERNUM GLIBC_2_3_3
 #endif
 
 

	Jakub

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

only message in thread, other threads:[~2006-10-26 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-26 16:46 [PATCH] Fix pthread_attr_setstacksize on ia64/alpha/sparc* 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).