setmalloctag

This commit is contained in:
Russ Cox
2006-05-21 23:32:55 +00:00
parent 1125f094ce
commit 083b5a0e40
4 changed files with 37 additions and 1 deletions

View File

@ -213,3 +213,9 @@ ticks(void)
return (t.tv_sec-sec0)*1000+(t.tv_usec-usec0+500)/1000;
}
long
showfilewrite(char *a, int n)
{
error("not implemented");
return -1;
}