gnu.cfg: Added support for more interface, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-25 12:25:42 +01:00
parent 53a4f68cb2
commit cd4cc30cb3
1 changed files with 18 additions and 0 deletions

View File

@ -1237,6 +1237,24 @@
<not-bool/>
</arg>
</function>
<!-- int euidaccess(const char *pathname, int mode); -->
<!-- int eaccess(const char *pathname, int mode); -->
<!-- Ref: https://man7.org/linux/man-pages/man3/euidaccess.3.html
Conforming to: These functions are nonstandard. Some other systems have an eaccess() function. -->
<function name="euidaccess,eaccess">
<use-retval/>
<returnValue type="int"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- char * dcgettext (const char *domainname, const char *msgid, int category); -->
<function name="dcgettext">
<noreturn>false</noreturn>