]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl_db/td_ta_new.c
nptl: Rename nptl_version to __nptl_version
[thirdparty/glibc.git] / nptl_db / td_ta_new.c
index 501d922ea269f70374552165ae5507a10a440a47..eeca29d5a0f7be9f53083eaa79cb2f7982c621c3 100644 (file)
@@ -39,7 +39,7 @@ td_ta_new (struct ps_prochandle *ps, td_thragent_t **ta)
   LOG ("td_ta_new");
 
   /* Check whether the versions match.  */
-  if (td_lookup (ps, SYM_nptl_version, &versaddr) != PS_OK)
+  if (td_lookup (ps, SYM___nptl_version, &versaddr) != PS_OK)
     return TD_NOLIBTHREAD;
   if (ps_pdread (ps, versaddr, versbuf, sizeof (versbuf)) != PS_OK)
     return TD_ERR;