We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b050e8 commit d798d3bCopy full SHA for d798d3b
libc/spec/gnu_ext.td
@@ -36,17 +36,17 @@ def GnuExtensions : StandardSpec<"GNUExtensions"> {
36
FunctionSpec<
37
"lgamma_r",
38
RetValSpec<DoubleType>,
39
- [ArgSpec<DoubleType, IntPtr>]
+ [ArgSpec<DoubleType>, ArgSpec<IntPtr>]
40
>,
41
42
"lgammaf_r",
43
RetValSpec<FloatType>,
44
- [ArgSpec<FloatType, IntPtr>]
+ [ArgSpec<FloatType>, ArgSpec<IntPtr>]
45
46
47
"lgammal_r",
48
RetValSpec<LongDoubleType>,
49
- [ArgSpec<LongDoubleType, IntPtr>]
+ [ArgSpec<LongDoubleType>, ArgSpec<IntPtr>]
50
51
]
52
>;
0 commit comments