1234567891011121314151617181920212223242526272829303132333435 |
- #define STACK_ALIGN 16
- #define MINIMAL_REST_STACK 2048
- #define TCB_ALIGNMENT 16
- #define CURRENT_STACK_FRAME __builtin_frame_address (0)
- #define __exit_thread_inline(val) \
- INLINE_SYSCALL (exit, 1, (val))
|