aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-qsort4.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-qsort4.c')
-rw-r--r--stdlib/tst-qsort4.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/tst-qsort4.c b/stdlib/tst-qsort4.c
index 2875d40..a36e66a 100644
--- a/stdlib/tst-qsort4.c
+++ b/stdlib/tst-qsort4.c
@@ -16,6 +16,10 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#undef pthread_cleanup_combined_push
+#define pthread_cleanup_combined_push(routine, arg)
+#undef pthread_cleanup_combined_pop
+#define pthread_cleanup_combined_pop(execute)
#include "qsort.c"
#include <stdio.h>