Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/stdio



Module Name:    src
Committed By:   nathanw
Date:           Tue Jan 21 23:26:03 UTC 2003

Modified Files:
        src/lib/libc/stdio: fileext.h findfp.c flockfile.c local.h

Log Message:
Use recursive mutexes from libpthread rather than implementing
our own with normal mutexes and condition variables.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/stdio/fileext.h \
    src/lib/libc/stdio/flockfile.c
cvs rdiff -r1.16 -r1.17 src/lib/libc/stdio/findfp.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/stdio/local.h

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