Author :
yasuoka
Date :
2025-08-08 15:58:53
Hash :9063a2f1 Message :Modify the FILE object's members. Bump the libc major. Now we can
bump the short members _file and _flags to int and drop the SHRT_MAX
tests. Reorder the members, merge __sfileext into the object, switch
the *printf and *scanf families from _FILEEXT_SETUP() to the
FILEINIT() initializer, and update the allocation code in findfp().
Also, delete the __sF, _srget, and __swbuf symbols that remain from
the previous step for our transition.
original diff from guenther, tweak by yasuoka
ok sthen