Add flockfile(), ftrylockfile() and funlockfile() functions [1]. [1] POSIX.1-2008 / System Interfaces / flockfile https://pubs.opengroup.org/onlinepubs/9699919799.2008edition/functions/flockfile.html Signed-off-by: Miguel Herranz <miguel@midokura.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: anjiahao <anjiahao@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Make rewind() clear the error indicator of the stream as it's specified by the standards.