posix.cfg: Added support for uname().

This commit is contained in:
Martin Ettl 2015-04-05 23:23:39 +02:00
parent 92c364ead8
commit 435a5d0bf9
1 changed files with 8 additions and 0 deletions

View File

@ -977,6 +977,7 @@
<podtype name="dev_t"/>
<podtype name="key_t"/>
<podtype name="tms"/>
<podtype name="utsname"/>
<podtype name="pthread_attr_t"/>
<podtype name="pthread_cond_t"/>
<podtype name="pthread_condattr_t"/>
@ -1262,6 +1263,13 @@
<not-uninit/>
</arg>
</function>
<!-- int uname(struct utsname *buf); -->
<function name="uname">
<noreturn>false</noreturn>
<arg nr="1">
<not-null/>
</arg>
</function>
<!-- http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html -->
<podtype name="passwd"/>
<!--void endpwent(void); -->