glibc/SOURCES/tests/Regression/setvbuf-to-full-not-working/PURPOSE
2024-07-15 12:53:08 +03:00

4 lines
237 B
Plaintext

PURPOSE of /tools/glibc/Regression/setvbuf-to-full-not-working
Description: When a file was first open as NON BUFFERED, and then we change it into FULL BUFFERED, this will take no effect (PR6719)
Author: Petr Muller <pmuller@redhat.com>