Add prototypes for the three syscall stubs that are invoked here,
in order to quiet warnings.
This commit is contained in:
parent
970533b6a1
commit
07a6d1d3f2
@ -42,6 +42,10 @@ __FBSDID("$FreeBSD$");
|
||||
#include "fpu_extern.h"
|
||||
#include "__sparc_utrap_private.h"
|
||||
|
||||
extern ssize_t __sys_write(int, const void *, size_t);
|
||||
extern int __sys_kill(pid_t, int);
|
||||
extern pid_t __sys_getpid(void);
|
||||
|
||||
static const char *utrap_msg[] = {
|
||||
"reserved",
|
||||
"instruction access exception",
|
||||
|
Loading…
x
Reference in New Issue
Block a user