posix.cfg: Added support for more interfaces, found by daca@home.

This commit is contained in:
orbitcowboy 2019-09-27 17:07:16 +02:00
parent 2b4fe66908
commit ff7dba91e1
1 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,18 @@
<!-- Description of the interfaces described by previous and current POSIX standards.
Current reference: http://pubs.opengroup.org/onlinepubs/9699919799/ -->
<def format="2">
<!-- https://pubs.opengroup.org/onlinepubs/9699919799/functions/wait.html -->
<!-- Note: These are defined as macros in POSIX system headers -->
<function name="WIFEXITED,WEXITSTATUS,WIFSIGNALED,WTERMSIG,WIFSTOPPED,WSTOPSIG,WIFCONTINUED">
<returnValue type="int"/>
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- http://man7.org/linux/man-pages/man3/a64l.3.html -->
<!-- long a64l(const char *str64); -->
<function name="a64l">