提交 32b82cf5 编写于 作者: R Rich Felker

fix the fsid_t structure to match name of __val

this is a case of poorly written man pages not matching the actual
implementation, and why i hate implementing nonstandard interfaces
with no actual documentation of how they're intended to work.
上级 03a83629
......@@ -4,7 +4,7 @@
#include <sys/statvfs.h>
typedef struct {
int val[2];
int __val[2];
} fsid_t;
#include <bits/statfs.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册