diff options
Diffstat (limited to 'sysdeps/sh/dl-tls.h')
-rw-r--r-- | sysdeps/sh/dl-tls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/sh/dl-tls.h b/sysdeps/sh/dl-tls.h index 276ec54760..52e2a10caf 100644 --- a/sysdeps/sh/dl-tls.h +++ b/sysdeps/sh/dl-tls.h @@ -26,6 +26,3 @@ typedef struct extern void *__tls_get_addr (tls_index *ti); - -/* Value used for dtv entries for which the allocation is delayed. */ -#define TLS_DTV_UNALLOCATED ((void *) -1l) |