Silence the pthread_kill_other_threads_np FIXME.

This commit is contained in:
Alexandre Julliard 2001-10-09 21:59:16 +00:00
parent a0c38fe3dd
commit de70b83eda
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ strong_alias(__pthread_once, pthread_once);
void __pthread_kill_other_threads_np(void)
{
/* FIXME: this is supposed to be preparation for exec() */
if (init_done) P_OUTPUT("fixme:pthread_kill_other_threads_np\n");
/* we don't need to do anything here */
}
strong_alias(__pthread_kill_other_threads_np, pthread_kill_other_threads_np);