mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
80fcbf7aa8
Build Documentation / build-html (push) Has been cancelled
Change the 'pos' parameter of fsetpos() from 'fpos_t *' to 'const fpos_t *' in both the prototype and implementation, aligning with POSIX specification which requires the position parameter to be const-qualified. Signed-off-by: guoshichao <guoshichao@xiaomi.com>