123456789101112131415161718192021222324252627282930313233343536 |
- #include <sysdep.h>
- #define STACK_ALIGN 8
- #define MINIMAL_REST_STACK 2048
- #define TCB_ALIGNMENT 8
- #define CURRENT_STACK_FRAME __builtin_frame_address (0)
- #define __exit_thread_inline(val) \
- INLINE_SYSCALL (exit, 1, (val))
|