fix:内源代码检视拼写错误修改
【背景】3.1代码review问题修改
【修改方案】
根据检视意见对拼写错误进行修改
Signed-off-by: xuiny <xuxinyu6@huawei.com>
Change-Id: I9fb982a8ba2052fa4d56e91eec33c96ab4035a90
This commit is contained in:
@@ -269,7 +269,7 @@ extern int SysFstatfs64(int fd, size_t sz, struct statfs *buf);
|
||||
|
||||
extern int SysStat(const char *path, struct kstat *buf);
|
||||
extern int SysLstat(const char *path, struct kstat *buffer);
|
||||
extern int SysFstat(int fildes, struct kstat *buf);
|
||||
extern int SysFstat(int fields, struct kstat *buf);
|
||||
extern int SysStatx(int fd, const char *restrict path, int flag, unsigned mask, struct statx *restrict stx);
|
||||
extern int SysFsync(int fd);
|
||||
extern ssize_t SysReadv(int fd, const struct iovec *iov, int iovcnt);
|
||||
|
||||
Reference in New Issue
Block a user