diff options
-rw-r--r-- | libgcompat/pthread.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgcompat/pthread.c b/libgcompat/pthread.c index 9d061e9..ddfc570 100644 --- a/libgcompat/pthread.c +++ b/libgcompat/pthread.c @@ -5,3 +5,11 @@ int __register_atfork(void (*prepare)(void), void (*parent)(void), void (*child) } int register_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) __attribute__ ((weak, alias("__register_atfork"))); + + +void __pthread_register_cancel(void *buf) { +} + + +void __pthread_unregister_cancel(void *buf) { +} |