diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 16:50:28 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-10 16:50:28 -0400 |
commit | d063d164335938d557460bebaa7cfe388157b627 (patch) | |
tree | 92ef3f54771c0a28190b76ee45f90d16fd39714f /tls.make.c | |
parent | 3ce1f2959437e952b9db4eaeed2407424f11a4d1 (diff) | |
download | glibc-d063d164335938d557460bebaa7cfe388157b627.tar.gz glibc-d063d164335938d557460bebaa7cfe388157b627.tar.xz glibc-d063d164335938d557460bebaa7cfe388157b627.zip |
Remove support for !USE___THREAD
Diffstat (limited to 'tls.make.c')
-rw-r--r-- | tls.make.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tls.make.c b/tls.make.c index 6bcd2479c6..4627aa37e0 100644 --- a/tls.make.c +++ b/tls.make.c @@ -2,8 +2,4 @@ #include <tls.h> -#if USE___THREAD @@@ use-thread = yes @@@ -#else -@@@ use-thread = no @@@ -#endif |