gnu.cfg: Fixed canonicalize_file_name() definition. This function has only one parameter.

This commit is contained in:
orbitcowboy 2016-01-11 15:22:40 +01:00
parent 5f1092825b
commit 8cfd1fc8d5
1 changed files with 1 additions and 2 deletions

View File

@ -404,8 +404,7 @@
<arg nr="1">
<not-null/>
</arg>
<arg nr="2"/>
</function>
</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 -->