summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-11-19 04:43:29 +0000
committermarcel <marcel@FreeBSD.org>2005-11-19 04:43:29 +0000
commitbfb066610efd7b031473f870526f946813d0c2d6 (patch)
tree911b533d18612db529a12ab880f7621254a0e345
parent558fb238b170a8cea89a078ae31ee7cf11dc49a6 (diff)
downloadFreeBSD-src-bfb066610efd7b031473f870526f946813d0c2d6.zip
FreeBSD-src-bfb066610efd7b031473f870526f946813d0c2d6.tar.gz
Fix typo: s/_LIBC_R/_LIBC_R_/
-rw-r--r--lib/libkse/test/sigsuspend_d.c2
-rw-r--r--lib/libpthread/test/sigsuspend_d.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/test/sigsuspend_d.c b/lib/libkse/test/sigsuspend_d.c
index aa80a07..d405e3d 100644
--- a/lib/libkse/test/sigsuspend_d.c
+++ b/lib/libkse/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
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