diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-26 17:28:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-26 17:28:12 +0000 |
commit | ee96ce2fca39c9660a7efccb708f4ad876b24883 (patch) | |
tree | c1d4b9fcc94134e02e6837d92484b4b04ebf1e86 /nptl | |
parent | 358b36e0cfcf115ca48934aeb39361228b7e6328 (diff) | |
download | glibc-ee96ce2fca39c9660a7efccb708f4ad876b24883.tar.gz glibc-ee96ce2fca39c9660a7efccb708f4ad876b24883.tar.xz glibc-ee96ce2fca39c9660a7efccb708f4ad876b24883.zip |
* pthread_attr_setstacksize.c (NEW_VERNUM): Define to GLIBC_2_3_3
by default rather than 2_3_3.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/pthread_attr_setstacksize.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 43933219e8..afcb5d8151 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -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, diff --git a/nptl/pthread_attr_setstacksize.c b/nptl/pthread_attr_setstacksize.c index cfafb0a6ac..0974538986 100644 --- a/nptl/pthread_attr_setstacksize.c +++ b/nptl/pthread_attr_setstacksize.c @@ -23,7 +23,7 @@ #include "pthreadP.h" #ifndef NEW_VERNUM -# define NEW_VERNUM 2_3_3 +# define NEW_VERNUM GLIBC_2_3_3 #endif |