diff options
author | Steven J. Magnani <steve@digidescorp.com> | 2010-11-10 19:37:26 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-11-10 19:44:37 +0100 |
commit | 87fd5816c9a14c4457cb69afaece1d28e66256fa (patch) | |
tree | c0aff8e416d4016312d3f54a1282c2466654f43b /libpthread/linuxthreads.old/sysdeps/microblaze/sigcontextinfo.h | |
parent | 1a93a9e7559da068bf177aa5c0addf7c2214e314 (diff) |
microblaze: thread support
Header files needed to build linuxthreads.old for microblaze.
Signed-off-by: Steven J. Magnani <steve@digidescorp.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/microblaze/sigcontextinfo.h')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/microblaze/sigcontextinfo.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/microblaze/sigcontextinfo.h b/libpthread/linuxthreads.old/sysdeps/microblaze/sigcontextinfo.h new file mode 100644 index 000000000..de450ff8a --- /dev/null +++ b/libpthread/linuxthreads.old/sysdeps/microblaze/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 Lesser + * General Public License. See the file COPYING.LIB 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 |