mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
[components][libc][compilers][newlib]添加flock接口
This commit is contained in:
@@ -453,3 +453,7 @@ mode_t umask(mode_t mask)
|
||||
return 022;
|
||||
}
|
||||
|
||||
int flock(int fd, int operation)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user