aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-02-19 15:20:29 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-02-23 18:08:10 +0000
commit3ae8d83d04a7a6ec11b64c89ee60c180b0bde30e (patch)
tree1a15235e0cb2ab23ca1bf4a44ad9b994a4fee8b1 /tests
parentf695e960672ddc45744aca085c1e22c80928f447 (diff)
downloadsrc-3ae8d83d04a7a6ec11b64c89ee60c180b0bde30e.tar.gz
src-3ae8d83d04a7a6ec11b64c89ee60c180b0bde30e.zip
Remove __NO_TLS.
All supported platforms support thread-local vars and __thread. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D28796
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/opencrypto/cryptodevh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sys/opencrypto/cryptodevh.py b/tests/sys/opencrypto/cryptodevh.py
index be853f496930..c5719e47c8c1 100644
--- a/tests/sys/opencrypto/cryptodevh.py
+++ b/tests/sys/opencrypto/cryptodevh.py
@@ -133,7 +133,6 @@ __POSIX_VISIBLE = 200809
__XSI_VISIBLE = 700
__BSD_VISIBLE = 1
__ISO_C_VISIBLE = 2011
-__NO_TLS = 1
CRYPTO_DRIVERS_INITIAL = 4
CRYPTO_SW_SESSIONS = 32
NULL_HASH_LEN = 16