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:   roy
Date:           Wed Dec  2 09:03:13 UTC 2009

Modified Files:
        src/lib/libc/stdio: fgetln.c fgetstr.c getdelim.c local.h

Log Message:
Reinstate __getdelim which does no locking.
Callers are now required to FLOCKFILE so they can operate on fp as well.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/fgetln.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdio/fgetstr.c \
    src/lib/libc/stdio/getdelim.c
cvs rdiff -u -r1.22 -r1.23 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