Commit de70b83e authored by Alexandre Julliard's avatar Alexandre Julliard

Silence the pthread_kill_other_threads_np FIXME.

parent a0c38fe3
...@@ -112,8 +112,7 @@ strong_alias(__pthread_once, pthread_once); ...@@ -112,8 +112,7 @@ strong_alias(__pthread_once, pthread_once);
void __pthread_kill_other_threads_np(void) void __pthread_kill_other_threads_np(void)
{ {
/* FIXME: this is supposed to be preparation for exec() */ /* we don't need to do anything here */
if (init_done) P_OUTPUT("fixme:pthread_kill_other_threads_np\n");
} }
strong_alias(__pthread_kill_other_threads_np, pthread_kill_other_threads_np); strong_alias(__pthread_kill_other_threads_np, pthread_kill_other_threads_np);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment