diff options
Diffstat (limited to 'sysdeps/riscv/nptl/pthreaddef.h')
-rw-r--r-- | sysdeps/riscv/nptl/pthreaddef.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/riscv/nptl/pthreaddef.h b/sysdeps/riscv/nptl/pthreaddef.h index 7bf93d6a63..0f33cc48fe 100644 --- a/sysdeps/riscv/nptl/pthreaddef.h +++ b/sysdeps/riscv/nptl/pthreaddef.h @@ -28,8 +28,5 @@ /* Minimal stack size after allocating thread descriptor and guard size. */ #define MINIMAL_REST_STACK 2048 -/* Alignment requirement for TCB. */ -#define TCB_ALIGNMENT 16 - /* Location of current stack frame. */ #define CURRENT_STACK_FRAME __builtin_frame_address (0) |