From ccd75b086e0b6dc283fc7483b960052233ee6a52 Mon Sep 17 00:00:00 2001 From: kevans Date: Sun, 11 Feb 2018 03:09:08 +0000 Subject: [PATCH] Back out exit() change in r329114; stable/11 was not ready for this one yet This is a direct commit to stable/11. --- lib/libstand/stand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h index deb6ad8dd02..62521a13e4b 100644 --- a/lib/libstand/stand.h +++ b/lib/libstand/stand.h @@ -376,7 +376,6 @@ extern int null_readdir(struct open_file *f, struct dirent *d); * Machine dependent functions and data, must be provided or stubbed by * the consumer */ -extern void exit(int); extern int getchar(void); extern int ischar(void); extern void putchar(int); -- 2.45.0