Module Name: src
Committed By: kamil
Date: Sun Jan 7 21:19:36 UTC 2018
Modified Files:
src/lib/libc/include: namespace.h
src/lib/libc/time: asctime.c
Log Message:
Revert asctime() namespacing
asctime() is optionally a cancellation point in the POSIX spec.
It's not true for NetBSD.
Requested by <joerg>
To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/time/asctime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.