gnu.cfg: Fixed canonicalize_file_name() definition. This function has only one parameter.
This commit is contained in:
parent
5f1092825b
commit
8cfd1fc8d5
|
@ -404,8 +404,7 @@
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2"/>
|
</function>
|
||||||
</function>
|
|
||||||
<!-- see https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html -->
|
<!-- see https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html -->
|
||||||
<define name="__builtin_expect(X,Y)" value="(X)"/>
|
<define name="__builtin_expect(X,Y)" value="(X)"/>
|
||||||
<!-- see http://kernelnewbies.org/FAQ/LikelyUnlikely -->
|
<!-- see http://kernelnewbies.org/FAQ/LikelyUnlikely -->
|
||||||
|
|
Loading…
Reference in New Issue