nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

libc/stdio: Add stdio file locking functions

Open maht opened this issue 3 years ago • 0 comments

Summary

Add flockfile(), ftrylockfile() and funlockfile() functions [1] when the CONFIG_STDIO_DISABLE_BUFFERING is not set.

[1] POSIX.1-2008 / System Interfaces / flockfile https://pubs.opengroup.org/onlinepubs/9699919799.2008edition/functions/flockfile.html

Impact

Extending current interfaces (backward compatible).

Testing

Probably some tests are needed to be added to incubator-nuttx-apps.

maht avatar Apr 26 '22 09:04 maht