[components][libc][compilers][newlib]添加flock接口
This commit is contained in:
parent
8ed3daed5f
commit
f7e7170536
@ -453,3 +453,7 @@ mode_t umask(mode_t mask)
|
|||||||
return 022;
|
return 022;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int flock(int fd, int operation)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user