1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
1999-11-03  Ulrich Drepper  <drepper@cygnus.com>

	* Versions.def: Add version for libthread_db.
This commit is contained in:
Ulrich Drepper
1999-11-05 02:26:16 +00:00
parent ab86fbb1d2
commit 9532eb67a4
22 changed files with 259 additions and 44 deletions

View File

@@ -26,5 +26,10 @@ td_ta_setconcurrency (const td_thragent_t *ta, int level)
{
/* This is something LinuxThreads does not support. */
LOG (__FUNCTION__);
/* Test whether the TA parameter is ok. */
if (! ta_ok (ta))
return TD_BADTA;
return TD_NOCAPAB;
}