mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
linux-ukernel-pthreads-ugliness-fix-20040312
really an autoconf test should do this. in the meantime we do this.
This commit is contained in:
parent
4a4b438592
commit
5febc849d9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user