gnu.cfg: Added support for canonicalize_file_name() function.

This commit is contained in:
orbitcowboy 2016-01-11 15:00:36 +01:00
parent 2b3a12866a
commit 5f1092825b
1 changed files with 10 additions and 0 deletions

View File

@ -396,6 +396,16 @@
</arg>
<leak-ignore/>
</function>
<!-- char *canonicalize_file_name(const char *path); -->
<function name="canonicalize_file_name">
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
</arg>
<arg nr="2"/>
</function>
<!-- see https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html -->
<define name="__builtin_expect(X,Y)" value="(X)"/>
<!-- see http://kernelnewbies.org/FAQ/LikelyUnlikely -->