Sync assert with FreeBSD:
authorPeter Avalos <pavalos@theshell.com>
Fri, 13 Feb 2009 18:43:06 +0000 (13:43 -0500)
committerPeter Avalos <pavalos@theshell.com>
Tue, 7 Apr 2009 07:09:16 +0000 (21:09 -1000)
commitf7eaf18313812d4246336bea70f8710f6bb48208
treed4b32973873b58c064fa03c0ee3db29be9ac333c
parentafca6579b229cd136847453773b3c121cc46cd05
Sync assert with FreeBSD:

* Change __assert() function to print failing function name.

* Make the output from assert() look more like the example in the C99
standard.
include/assert.h
lib/libc/gen/assert.c
lib/libstand/assert.c
share/man/man3/assert.3