summaryrefslogtreecommitdiff
path: root/libpthread/nptl/cleanup_routine.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/cleanup_routine.c')
-rw-r--r--libpthread/nptl/cleanup_routine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/cleanup_routine.c b/libpthread/nptl/cleanup_routine.c
index cbf231834..54badf094 100644
--- a/libpthread/nptl/cleanup_routine.c
+++ b/libpthread/nptl/cleanup_routine.c
@@ -19,7 +19,7 @@
#include <pthread.h>
-
+void __pthread_cleanup_routine (struct __pthread_cleanup_frame *f);
void
__pthread_cleanup_routine (struct __pthread_cleanup_frame *f)
{