Revision 32b8913f725aaad6cf6aa7462a9b15e350a40b1d authored by Michael Tokarev on 30 March 2023, 07:12:46 UTC, committed by Michael Tokarev on 30 March 2023, 07:12:46 UTC
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent e807a1c
Raw File
signal.c
/*
 *  Emulation of Linux signals
 *
 *  Copyright (c) 2003 Fabrice Bellard
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
#define MIPS_TARGET_SIGNAL_H /* to only include mips64/target_signal.h */
#include "../mips/signal.c"
back to top