Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/gen
Module Name: src
Committed By: christos
Date: Tue Jan 24 14:00:57 UTC 2006
Modified Files:
src/lib/libc/gen: opendir.c readdir.c seekdir.c telldir.c
Log Message:
PR/32609: Tanaka Akira: seekdir blocks if pthread is linked
Do locking consistently to avoid recursive locks (like the bug reported in
this pr), and to avoid leaking locks on errors.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/lib/libc/gen/opendir.c
cvs rdiff -r1.20 -r1.21 src/lib/libc/gen/readdir.c
cvs rdiff -r1.11 -r1.12 src/lib/libc/gen/seekdir.c
cvs rdiff -r1.15 -r1.16 src/lib/libc/gen/telldir.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index