]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-linuxthreads-lock.patch
- added boot64 bcond
[packages/glibc.git] / glibc-linuxthreads-lock.patch
CommitLineData
c1c4a746 1--- glibc-2.1.91/linuxthreads/lockfile.c~ Tue Jun 13 22:17:39 2000
2+++ glibc-2.1.91/linuxthreads/lockfile.c Sat Jul 15 00:48:43 2000
3@@ -96,7 +96,8 @@
4 __pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE_NP);
5
6 for (i = _IO_iter_begin(); i != _IO_iter_end(); i = _IO_iter_next(i))
7- __pthread_mutex_init (_IO_iter_file(i)->_lock, &attr);
8+ if (_IO_iter_file(i)->_lock)
9+ __pthread_mutex_init (_IO_iter_file(i)->_lock, &attr);
10
11 __pthread_mutexattr_destroy (&attr);
12
This page took 0.042802 seconds and 4 git commands to generate.