summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-12-05 09:04:25 +0000
committermarcel <marcel@FreeBSD.org>2000-12-05 09:04:25 +0000
commit57f887358acf3cb7bb3572d186203297fa8db88f (patch)
tree5f489a75a63bec75cc458d1a9f2ad8be9c764450 /sys/alpha
parent2d9991ce359d6fa2b583e1da39bda8802c33fa0c (diff)
downloadFreeBSD-src-57f887358acf3cb7bb3572d186203297fa8db88f.zip
FreeBSD-src-57f887358acf3cb7bb3572d186203297fa8db88f.tar.gz
Make osendsig global. It's used by the Linuxulator.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/machdep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index e91ee19..fc94bec 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -225,6 +225,8 @@ SYSCTL_INT(_hw, OID_AUTO, availpages, CTLFLAG_RD, &physmem, 0, "");
/* must be 2 less so 0 0 can signal end of chunks */
#define PHYS_AVAIL_ARRAY_END ((sizeof(phys_avail) / sizeof(vm_offset_t)) - 2)
+void osendsig(sig_t catcher, int sig, sigset_t *mask, u_long code);
+
static void identifycpu __P((void));
static vm_offset_t buffer_sva, buffer_eva;
@@ -1221,7 +1223,7 @@ DELAY(int n)
* frame pointer, it returns to the user
* specified pc, psl.
*/
-static void
+void
osendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
{
struct proc *p = curproc;
OpenPOWER on IntegriCloud