mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 19:20:09 +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)
|
void __pthread_cleanup_pop_imp(int execute)
|
||||||
{
|
{
|
||||||
pthread_self()->cleanup_pop(execute);
|
pthread_self()->cleanup_pop(execute);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
typeof(__pthread_cleanup_pop_imp) ___pthread_cleanup_pop_imp
|
||||||
|
__attribute__((alias("__pthread_cleanup_pop_imp")));
|
||||||
|
|
||||||
|
|
||||||
/* Mutex */
|
/* Mutex */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user