summaryrefslogtreecommitdiff
path: root/nptl/createthread.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-17 15:03:00 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-17 15:03:00 -0700
commit674b89786e04a4addc79d70e025848f1e0116a41 (patch)
treef74ab3ca737fbdf509e9cb02dac99bddda136f30 /nptl/createthread.c
parent184ee94010786a9e0952aff3af39eba1d72287d3 (diff)
NPTL: Clean up THREAD_SYSINFO macros.
Diffstat (limited to 'nptl/createthread.c')
-rw-r--r--nptl/createthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/createthread.c b/nptl/createthread.c
index e718e35a11..9eaf2ce9c3 100644
--- a/nptl/createthread.c
+++ b/nptl/createthread.c
@@ -234,7 +234,7 @@ create_thread (struct pthread *pd, const struct pthread_attr *attr,
}
#ifdef NEED_DL_SYSINFO
- assert (THREAD_SELF_SYSINFO == THREAD_SYSINFO (pd));
+ CHECK_THREAD_SYSINFO (pd);
#endif
/* Determine whether the newly created threads has to be started