mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 08:59:32 +08:00
Fix oversights.
This commit is contained in:
@@ -88,8 +88,8 @@ int ureadc(int, struct uio *);
|
||||
void *hashinit(int count, int type, u_long *hashmask);
|
||||
void *phashinit(int count, int type, u_long *nentries);
|
||||
|
||||
void panic(const char *, ...)) __dead2;
|
||||
void boot(int)) __dead2;
|
||||
void panic(const char *, ...) __dead2;
|
||||
void boot(int) __dead2;
|
||||
void cpu_boot(int);
|
||||
void tablefull(const char *);
|
||||
int addlog(const char *, ...);
|
||||
|
||||
Reference in New Issue
Block a user