mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibPthread: Stub out pthread_atfork()
This commit is contained in:
committed by
Andreas Kling
parent
26a8a84ded
commit
2e50c232f7
@@ -740,4 +740,9 @@ int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int)
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
int pthread_atfork(void (*)(void), void (*)(void), void (*)(void))
|
||||
{
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user