Skip to content

Commit 0ca0d55

Browse files
committed
[libc] Fix 'float type' incorrectly being used as the return type
1 parent 0dedd6f commit 0ca0d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/newhdrgen/yaml/math.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ functions:
12121212
- name: fsqrt
12131213
standards:
12141214
- stdc
1215-
return_type: float type
1215+
return_type: float
12161216
arguments:
12171217
- type: double
12181218
- name: fsqrtl

0 commit comments

Comments
 (0)