* pthread_attr_setstacksize.c (NEW_VERNUM): Define to GLIBC_2_3_3
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Oct 2006 17:28:12 +0000 (17:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Oct 2006 17:28:12 +0000 (17:28 +0000)
by default rather than 2_3_3.

nptl/ChangeLog
nptl/pthread_attr_setstacksize.c

index 4393321..afcb5d8 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/rtld-lowlevel.h (__rtld_mrlock_lock,
index cfafb0a..0974538 100644 (file)
@@ -23,7 +23,7 @@
 #include "pthreadP.h"
 
 #ifndef NEW_VERNUM
-# define NEW_VERNUM 2_3_3
+# define NEW_VERNUM GLIBC_2_3_3
 #endif