~ac/chnode

edbefacc3b0ef1d51b3cb74f2606c835f7959ddf — Ant Cosentino 3 years ago 96174cf
change name to not clash with linux stdlib
1 files changed, 1 insertions(+), 1 deletions(-)

M chnode.h
M chnode.h => chnode.h +1 -1
@@ 72,7 72,7 @@ static struct chnode {

} ctx;

static void on_exit() {
static void trap_exit() {
	#ifdef TRACE
	printf("TRACE: enter on_exit\n");
	#endif