xiaoxiang781216 commented on PR #16499:
URL: https://github.com/apache/nuttx/pull/16499#issuecomment-2956563766

   need update app side too:
   ```
   kernel/fs/cases/fs_getfilep_test.c: In function 'test_nuttx_fs_getfilep01':
   Error: kernel/fs/cases/fs_getfilep_test.c:75:9: error: implicit declaration 
of function 'fs_getfilep' [-Werror=implicit-function-declaration]
      75 |   ret = fs_getfilep(fileno(fp), &filep);
         |         ^~~~~~~~~~~
   Error: kernel/fs/cases/fs_getfilep_test.c:103:3: error: implicit declaration 
of function 'fs_putfilep' [-Werror=implicit-function-declaration]
     103 |   fs_putfilep(filep);
         |   ^~~~~~~~~~~
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to