1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* 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

@ -23,7 +23,7 @@
#include "pthreadP.h"
#ifndef NEW_VERNUM
# define NEW_VERNUM 2_3_3
# define NEW_VERNUM GLIBC_2_3_3
#endif