mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Linux: Move timer helper routines from librt to libc
This adds several temporary GLIBC_PRIVATE exports. The symbol names are changed so that they all start with __timer_. It is now possible to invoke the fork handler directly, so pthread_atfork is no longer necessary. The associated error cannot happen anymore, and cancellation handling can be removed from the helper thread routine. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define _FORK_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <kernel-posix-timers.h>
|
||||
#include <ldsodefs.h>
|
||||
#include <list.h>
|
||||
#include <mqueue.h>
|
||||
@@ -44,6 +45,7 @@ fork_system_setup_after_fork (void)
|
||||
__default_pthread_attr_lock = LLL_LOCK_INITIALIZER;
|
||||
|
||||
call_function_static_weak (__mq_notify_fork_subprocess);
|
||||
call_function_static_weak (__timer_fork_subprocess);
|
||||
}
|
||||
|
||||
/* In case of a fork() call the memory allocation in the child will be
|
||||
|
Reference in New Issue
Block a user