about summary refs log tree commit diff
path: root/sysdeps/arc/nptl/pthreaddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arc/nptl/pthreaddef.h')
-rw-r--r--sysdeps/arc/nptl/pthreaddef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/arc/nptl/pthreaddef.h b/sysdeps/arc/nptl/pthreaddef.h
index 873b9d149a..d4dbe9e079 100644
--- a/sysdeps/arc/nptl/pthreaddef.h
+++ b/sysdeps/arc/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		4
-
 /* Location of current stack frame.  */
 #define CURRENT_STACK_FRAME	__builtin_frame_address (0)