Skip to content

Commit 32201e0

Browse files
enh-googleGeorgeARM
authored andcommitted
stdlib.yaml: qsort_r() is in POSIX 2024 (aka issue 8). (llvm#138572)
1 parent 029e55d commit 32201e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/stdlib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ functions:
158158
- type: __qsortcompare_t
159159
- name: qsort_r
160160
standards:
161-
- GNUExtensions
161+
- POSIX
162162
return_type: void
163163
arguments:
164164
- type: void *

0 commit comments

Comments
 (0)