Add prototypes for the three syscall stubs that are invoked here,

in order to quiet warnings.
This commit is contained in:
Jacques Vidrine 2004-01-19 16:14:58 +00:00
parent 970533b6a1
commit 07a6d1d3f2

View File

@ -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",