Fix typo: s/_LIBC_R/_LIBC_R_/

This commit is contained in:
marcel 2005-11-19 04:43:29 +00:00
parent 558fb238b1
commit bfb066610e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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