repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update post installation article url
[minix3.git]
/
libexec
/
ld.elf_so
/
diagassert.c
blob
6ec4beb07c042ae81a1bd3f0357a8e0849537ab7
1
#include <assert.h>
2
#include <stdlib.h>
3
4
__dead
void
5
/*ARGSUSED*/
6
__diagassert13
(
const char
*
fn
,
int
fl
,
const char
*
fu
,
const char
*
m
)
7
{
8
abort
();
9
}