Added function crash_prog() to userland/libc

This commit is contained in:
Guru Prasad Srinivasa
2016-02-29 20:11:28 -05:00
parent d466eb7102
commit e51ebc0b1a
2 changed files with 15 additions and 0 deletions

View File

@@ -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_ */