CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/12 20:54:54
Modified files:
regress/lib/libc/open_memstream: open_memstreamtest.c
Log message:
The call to fseek(fp, -1, SEEK_END) also sets the reported size to
this value. To match the expectation of the test again, move this
line before the the code that sets the final position.
OK yasuoka@
