aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/signal-common.h
blob: 6207417d39e613097d824b17d4e756717b1f4e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Emulation of BSD signals
 *
 * Copyright (c) 2013 Stacey Son
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef SIGNAL_COMMON_H
#define SIGNAL_COMMON_H

void force_sig_fault(int sig, int code, abi_ulong addr);

#endif