Source-Changes archive

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

CVS commit: src/lib/libc



Module Name:    src
Committed By:   christos
Date:           Tue Jan 24 19:33:10 UTC 2006

Modified Files:
        src/lib/libc/compat/include: dirent.h
        src/lib/libc/gen: closedir.c opendir.c readdir.c rewinddir.c seekdir.c
            telldir.c
        src/lib/libc/include: extern.h

Log Message:
rename __func to _func_unlocked, and add their prototypes in extern.h
instead of exposing them in dirent.h. More locking consistency fixes.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/compat/include/dirent.h
cvs rdiff -r1.13 -r1.14 src/lib/libc/gen/closedir.c
cvs rdiff -r1.29 -r1.30 src/lib/libc/gen/opendir.c
cvs rdiff -r1.21 -r1.22 src/lib/libc/gen/readdir.c
cvs rdiff -r1.10 -r1.11 src/lib/libc/gen/rewinddir.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/gen/seekdir.c
cvs rdiff -r1.16 -r1.17 src/lib/libc/gen/telldir.c
cvs rdiff -r1.9 -r1.10 src/lib/libc/include/extern.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