mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
parent
ebea6fb23f
commit
94bbdbb71d
@ -890,12 +890,18 @@ extern "C" {
|
||||
|
||||
}
|
||||
|
||||
typeof(__pthread_cleanup_push_imp) ___pthread_cleanup_push_imp
|
||||
__attribute__((alias("__pthread_cleanup_push_imp")));
|
||||
|
||||
|
||||
void __pthread_cleanup_pop_imp(int execute)
|
||||
{
|
||||
pthread_self()->cleanup_pop(execute);
|
||||
}
|
||||
|
||||
typeof(__pthread_cleanup_pop_imp) ___pthread_cleanup_pop_imp
|
||||
__attribute__((alias("__pthread_cleanup_pop_imp")));
|
||||
|
||||
|
||||
/* Mutex */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user