arc: clone: Simplify CLONE_THREAD detection
[uclibc-ng.git] / libc / sysdeps / linux / nios2 / jmpbuf-offsets.h
blobb7d19cafbab46dbbf5b8673d0ffecd06318e941c
1 /*
2 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5 */
7 #include <features.h>
9 #define JB_REGS 0
10 #define JB_PC 32
11 #define JB_SP 36
12 #define JB_FP 40
13 #define JB_GP 44
14 #define JB_FPREGS 48
16 #ifdef __UCLIBC_HAS_FPU__
17 # define JB_SIZE 304
18 #else
19 # define JB_SIZE 48
20 #endif