Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/15/1999 16:57:23
Module Name: basesrc
Committed By: lukem
Date: Wed Sep 15 23:57:22 UTC 1999
Modified Files:
basesrc/lib/libc/gen: assert.c
Log Message:
implement __diagassert(). currently this just prints the assertion to
stderr and syslog()s to user.debug. (it does not abort).
XXX: implement a scheme similar to $MALLOC_OPTIONS which gives the
user control over whether to stderr, syslog, abort, do nothing, etc...
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/lib/libc/gen/assert.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.