posix.cfg: blkcnt_t shall be a signed type.

This commit is contained in:
Martin Ettl 2015-01-23 17:43:50 +01:00
parent 0ef43c05dc
commit 4e822d7ebc
1 changed files with 1 additions and 1 deletions

View File

@ -446,5 +446,5 @@
<podtype name="pid_t" sign="s"/>
<podtype name="uid_t" sign="u"/>
<podtype name="gid_t" sign="u"/>
<podtype name="blkcnt_t" sign="u"/>
<podtype name="blkcnt_t" sign="s"/>
</def>