From bfb066610efd7b031473f870526f946813d0c2d6 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 19 Nov 2005 04:43:29 +0000 Subject: Fix typo: s/_LIBC_R/_LIBC_R_/ --- lib/libpthread/test/sigsuspend_d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread') 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 -- cgit v1.1