Fix typo: s/_LIBC_R/_LIBC_R_/

This commit is contained in:
Marcel Moolenaar 2005-11-19 04:43:29 +00:00
parent 8299eb7e3e
commit 40edb45e59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152597
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