posix.cfg: blkcnt_t shall be a signed type.
This commit is contained in:
parent
0ef43c05dc
commit
4e822d7ebc
|
@ -446,5 +446,5 @@
|
||||||
<podtype name="pid_t" sign="s"/>
|
<podtype name="pid_t" sign="s"/>
|
||||||
<podtype name="uid_t" sign="u"/>
|
<podtype name="uid_t" sign="u"/>
|
||||||
<podtype name="gid_t" sign="u"/>
|
<podtype name="gid_t" sign="u"/>
|
||||||
<podtype name="blkcnt_t" sign="u"/>
|
<podtype name="blkcnt_t" sign="s"/>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue