make the 2 panic declarations fully match
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ static boolean tried_heaplog = FALSE;
|
|||||||
|
|
||||||
long *alloc(unsigned int) NONNULL;
|
long *alloc(unsigned int) NONNULL;
|
||||||
long *re_alloc(long *, unsigned int) NONNULL;
|
long *re_alloc(long *, unsigned int) NONNULL;
|
||||||
extern void panic(const char *, ...) NORETURN;
|
ATTRNORETURN extern void panic(const char *, ...) PRINTF_F(1, 2) NORETURN;
|
||||||
|
|
||||||
long *
|
long *
|
||||||
alloc(unsigned int lth)
|
alloc(unsigned int lth)
|
||||||
|
|||||||
Reference in New Issue
Block a user