CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2025/07/23 02:17:23
Modified files: lib/libc/hidden: _stdio.h Log message: Remove the declaration of fpos_t in hidden/_stdio.h and stop using fpos_t in struct __sFILE. This fixes a compiler warning "redefinition of `fpos_t'". ok miod