linux-ukernel-pthreads-ugliness-fix-20040312

really an autoconf test should do this. in the meantime we do this.
This commit is contained in:
Derrick Brashear 2004-03-12 05:56:59 +00:00
parent 4a4b438592
commit 5febc849d9

View File

@ -143,7 +143,7 @@
#endif /* AFS_AFSDB_ENV */
/* glibc 2.2 has pthread_attr_setstacksize */
#if defined(AFS_LINUX22_ENV) || defined(AFS_USR_LINUX22_ENV) && (__GLIBC_MINOR__ < 2)
#if (defined(AFS_LINUX22_ENV) && !defined(AFS_USR_LINUX22_ENV)) || (defined(AFS_USR_LINUX22_ENV) && (__GLIBC_MINOR__ < 2))
#define pthread_attr_setstacksize(a,b) 0
#endif