* pthread_attr_setstacksize.c (NEW_VERNUM): Define to GLIBC_2_3_3

by default rather than 2_3_3.
This commit is contained in:
Ulrich Drepper 2006-10-26 17:28:12 +00:00
parent 358b36e0cf
commit ee96ce2fca
2 changed files with 6 additions and 1 deletions

View 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,

View 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