summaryrefslogtreecommitdiff
path: root/test/nptl/tst-cleanup4aux.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nptl/tst-cleanup4aux.c')
-rw-r--r--test/nptl/tst-cleanup4aux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/nptl/tst-cleanup4aux.c b/test/nptl/tst-cleanup4aux.c
index 029c493..1894293 100644
--- a/test/nptl/tst-cleanup4aux.c
+++ b/test/nptl/tst-cleanup4aux.c
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <unistd.h>
+#if defined(__GLIBC__) || defined(__UCLIBC__)
extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *__buffer,
void (*__routine) (void *),
void *__arg);
@@ -118,3 +119,4 @@ fn9 (void)
_pthread_cleanup_pop (&b, 1);
}
+#endif