Added function crash_prog() to userland/libc
This commit is contained in:
@@ -55,4 +55,6 @@ void vwarnx(const char *fmt, __va_list);
|
||||
__DEAD void verr(int exitcode, const char *fmt, __va_list);
|
||||
__DEAD void verrx(int exitcode, const char *fmt, __va_list);
|
||||
|
||||
void crash_prog(void);
|
||||
|
||||
#endif /* _ERR_H_ */
|
||||
|
Reference in New Issue
Block a user