]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mach/hurd/htl/pt-sysdep.h
htl: Move thread table to ld.so
[thirdparty/glibc.git] / sysdeps / mach / hurd / htl / pt-sysdep.h
index acd4fce9c474db69c972e51ff0cfa5e4c4eb2356..d90563af0c4197f0891f7af5689f119aa761b646 100644 (file)
@@ -37,7 +37,7 @@ extern __thread struct __pthread *___pthread_self;
        ({                                                         \
          struct __pthread *thread;                                \
                                                                   \
-         assert (__pthread_threads);                              \
+         assert (GL (dl_pthread_threads));                        \
          thread = ___pthread_self;                                \
                                                                   \
          assert (thread);                                         \