Module Name: src
Committed By: christos
Date: Mon Jul 14 20:44:45 UTC 2014
Modified Files:
src/lib/libc/gen: basename.c dirname.c
Log Message:
Factor out the basename and dirname code into basename_r and dirname_r
which are static for now. Inspired by similar changes to android(bionic).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/basename.c
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gen/dirname.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.