Skip to content

Commit

Permalink
* pthread_attr_setstacksize.c (NEW_VERNUM): Define to GLIBC_2_3_3
Browse files Browse the repository at this point in the history
	by default rather than 2_3_3.
  • Loading branch information
Ulrich Drepper committed Oct 26, 2006
1 parent 358b36e commit ee96ce2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion nptl/pthread_attr_setstacksize.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "pthreadP.h"

#ifndef NEW_VERNUM
# define NEW_VERNUM 2_3_3
# define NEW_VERNUM GLIBC_2_3_3
#endif


Expand Down

0 comments on commit ee96ce2

Please sign in to comment.