mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* libio/Makefile (tests): Add bug-ungetwc2. * libio/bug-ungetwc2.c: New file.
This commit is contained in:
@ -36,6 +36,7 @@ do_test (void)
|
||||
printf ("cannot open temporary file: %m\n");
|
||||
return 1;
|
||||
}
|
||||
add_temp_file (fname);
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
|
||||
@ -45,7 +46,6 @@ do_test (void)
|
||||
fprintf (stderr, "Cannot make `%s' file\n", fname);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
add_temp_file (fname);
|
||||
|
||||
fprintf (fp, "%s", write_chars);
|
||||
fclose (fp);
|
||||
|
Reference in New Issue
Block a user