[components][libc][compilers][newlib]添加flock接口

This commit is contained in:
zhangjun 2019-09-26 14:34:59 +08:00
parent 8ed3daed5f
commit f7e7170536

View File

@ -453,3 +453,7 @@ mode_t umask(mode_t mask)
return 022;
}
int flock(int fd, int operation)
{
return 0;
}