diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-27 23:26:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-27 23:26:20 +0000 |
commit | 3266531c78ce58455d2cc1d95e12b4148711bdf9 (patch) | |
tree | 105cd1ad3ad147497126bb7805c55a003241cc39 /tls.make.c | |
parent | b52bbc1bdf3886da8dd3265fd955cafe5368d34a (diff) | |
download | glibc-3266531c78ce58455d2cc1d95e12b4148711bdf9.tar glibc-3266531c78ce58455d2cc1d95e12b4148711bdf9.tar.gz glibc-3266531c78ce58455d2cc1d95e12b4148711bdf9.tar.bz2 glibc-3266531c78ce58455d2cc1d95e12b4148711bdf9.zip |
* Makerules: USE_TLS support is now default.
* tls.make.c: Likewise.
Diffstat (limited to 'tls.make.c')
-rw-r--r-- | tls.make.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tls.make.c b/tls.make.c index d19e2e1792..6bcd2479c6 100644 --- a/tls.make.c +++ b/tls.make.c @@ -2,8 +2,6 @@ #include <tls.h> -@@@ use-tls = yes @@@ - #if USE___THREAD @@@ use-thread = yes @@@ #else |