diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2003-01-30 08:44:40 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2003-01-30 08:44:40 +0000 |
commit | e3c44a3395f29a278f20653feb8a65a72b88013a (patch) | |
tree | f26cbd73c6f5f53b00a9842ef0a5f66dcc8204c5 /libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h | |
parent | e454093a142e48d242eb9faf960fd2d5621677e7 (diff) |
Initial checkin.
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h b/libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h new file mode 100644 index 000000000..7587e9126 --- /dev/null +++ b/libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h @@ -0,0 +1,17 @@ +/* + * sysdeps/v850/sigcontextinfo.h -- v850-specific pthread signal definitions + * + * Copyright (C) 2002 NEC Electronics Corporation + * Copyright (C) 2002 Miles Bader <miles@gnu.org> + * + * This file is subject to the terms and conditions of the GNU General + * Public License. See the file COPYING in the main directory of this + * archive for more details. + * + * Written by Miles Bader <miles@gnu.org> + */ + +#include <signal.h> + +#define SIGCONTEXT struct sigcontext * +#define SIGCONTEXT_EXTRA_ARGS |