diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2011-10-20 11:42:02 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2011-10-20 11:42:02 -0400 |
commit | ab653f4dbe37d6244057f3f2ab33078357b6d708 (patch) | |
tree | f8da461d3283e28238df048ad2349450aec568a9 /sysdeps | |
parent | db6a567d0ddd816b1134651ddb66b66dbea2f40d (diff) | |
download | glibc-ab653f4dbe37d6244057f3f2ab33078357b6d708.tar.gz glibc-ab653f4dbe37d6244057f3f2ab33078357b6d708.tar.xz glibc-ab653f4dbe37d6244057f3f2ab33078357b6d708.zip |
Remove check for HAVE_TLS_SUPPORT
TLS support is now required, remove checks. Signed-off-by: Carlos O'Donell <carlos@systemhalted.org>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/hppa/nptl/tls.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysdeps/hppa/nptl/tls.h b/sysdeps/hppa/nptl/tls.h index 389cbb9494..8af75044c6 100644 --- a/sysdeps/hppa/nptl/tls.h +++ b/sysdeps/hppa/nptl/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. NPTL/hppa version. - Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -42,12 +42,6 @@ typedef union dtv # include <tcb-offsets.h> #endif /* __ASSEMBLER__ */ - -/* We require TLS support in the tools. */ -#ifndef HAVE_TLS_SUPPORT -# error "TLS support is required." -#endif - /* Signal that TLS support is available. */ #define USE_TLS 1 |