summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/include/libc_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/include/libc_private.h')
-rw-r--r--freebsd/lib/libc/include/libc_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/lib/libc/include/libc_private.h b/freebsd/lib/libc/include/libc_private.h
index 053b221a..5622e42d 100644
--- a/freebsd/lib/libc/include/libc_private.h
+++ b/freebsd/lib/libc/include/libc_private.h
@@ -276,6 +276,8 @@ void _malloc_thread_cleanup(void);
* thread is exiting, so its thread-local dtors should be called.
*/
void __cxa_thread_call_dtors(void);
+int __cxa_thread_atexit_hidden(void (*dtor_func)(void *), void *obj,
+ void *dso_symbol) __hidden;
/*
* These functions are used by the threading libraries in order to protect