1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-29 16:47:15 +00:00

remove unused struct sigstate; ok miod@

This commit is contained in:
jsg
2024-10-14 08:42:39 +00:00
parent 118f3e42b7
commit b1f183b67c

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: sig_machdep.c,v 1.31 2021/10/06 15:46:03 claudio Exp $ */
/* $OpenBSD: sig_machdep.c,v 1.32 2024/10/14 08:42:39 jsg Exp $ */
/*
* Copyright (c) 2014 Miodrag Vallat.
*
@@ -78,11 +78,6 @@
vaddr_t local_stack_frame(struct trapframe *, vaddr_t, size_t);
struct sigstate {
int ss_flags; /* which of the following are valid */
struct trapframe ss_frame; /* original exception frame */
};
/*
* WARNING: sigcode() in subr.s assumes sf_scp is the first field of the
* sigframe.