mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1999-11-03 Ulrich Drepper <drepper@cygnus.com> * Versions.def: Add version for libthread_db.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user