Fix typo: s/_LIBC_R/_LIBC_R_/
This commit is contained in:
parent
558fb238b1
commit
bfb066610e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user