summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/test/sigsuspend_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/test/sigsuspend_d.c')
-rw-r--r--lib/libpthread/test/sigsuspend_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/test/sigsuspend_d.c b/lib/libpthread/test/sigsuspend_d.c
index aa80a07..d405e3d 100644
--- a/lib/libpthread/test/sigsuspend_d.c
+++ b/lib/libpthread/test/sigsuspend_d.c
@@ -221,7 +221,7 @@ int main (int argc, char *argv[])
fprintf (stderr, "Unable to create thread, errno %d.\n", errno);
exit (1);
}
-#if defined(_LIBC_R)
+#if defined(_LIBC_R_)
pthread_set_name_np (suspender_tid, "sigsuspender");
#endif
OpenPOWER on IntegriCloud