yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | /* |
| 2 | * sysdeps/v850/sigcontextinfo.h -- v850-specific pthread signal definitions |
| 3 | * |
| 4 | * Copyright (C) 2002 NEC Electronics Corporation |
| 5 | * Copyright (C) 2002 Miles Bader <miles@gnu.org> |
| 6 | * |
| 7 | * This file is subject to the terms and conditions of the GNU Lesser |
| 8 | * General Public License. See the file COPYING.LIB in the main |
| 9 | * directory of this archive for more details. |
| 10 | * |
| 11 | * Written by Miles Bader <miles@gnu.org> |
| 12 | */ |
| 13 | |
| 14 | #include <signal.h> |
| 15 | |
| 16 | #define SIGCONTEXT struct sigcontext * |
| 17 | #define SIGCONTEXT_EXTRA_ARGS |