summaryrefslogtreecommitdiff
path: root/lib9/errstr-Plan9.c
blob: 56e867c43494b83866341a8333548ca8f79ee6bb (plain)
1
2
3
4
5
6
7
8
#include "lib9.h"

void
oserrstr(char *buf, uint nerr)
{
	*buf = 0;
	errstr(buf, nerr);
}