[Bug build/33178] io/tst-stat.c uses a fixed test file
hjl.tools at gmail dot com
sourceware-bugzilla@sourceware.org
Sat Jul 19 01:58:50 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=33178
--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Also sysdeps/pthread/tst-fopen-threaded.c has
void *
threadOpenCloseRoutine (void *argv)
{
/* Wait for all threads to be ready to call fopen and fclose. */
xpthread_barrier_wait (&barrier);
FILE *fd = xfopen ("/tmp/openclosetest", "w+");
xfclose (fd);
return NULL;
}
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list