Update post installation article url
[minix3.git] / libexec / ld.elf_so / diagassert.c
blob6ec4beb07c042ae81a1bd3f0357a8e0849537ab7
1 #include <assert.h>
2 #include <stdlib.h>
4 __dead void
5 /*ARGSUSED*/
6 __diagassert13(const char *fn, int fl, const char *fu, const char *m)
8 abort();