]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/libpthread/src/ptcleanup.c
update
[l4.git] / l4 / pkg / uclibc / lib / libpthread / src / ptcleanup.c
index 091f77bf2bf517c367ce3aac83ec49482e3a7f06..3aa821ad8b1052ddde5fcbbda13d20fa628794d1 100644 (file)
@@ -40,7 +40,9 @@ demangle_ptr (uintptr_t x)
 #define demangle_ptr(x) x
 #endif
 
-void __pthread_cleanup_upto (__jmp_buf target, char *targetframe)
+void
+attribute_hidden
+__pthread_cleanup_upto (__jmp_buf target, char *targetframe)
 {
   pthread_descr self = thread_self();
   struct _pthread_cleanup_buffer * c;