Mark non-returning function as such
PR: bin/172978 Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
7498cee5f0
commit
4787668f1a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243665
@ -121,7 +121,7 @@ void trewind(void);
|
||||
void writerec(char *dp, int isspcl);
|
||||
|
||||
void Exit(int status) __dead2;
|
||||
void dumpabort(int signo);
|
||||
void dumpabort(int signo) __dead2;
|
||||
void dump_getfstab(void);
|
||||
|
||||
char *rawname(char *cp);
|
||||
|
Loading…
Reference in New Issue
Block a user