Skip to content

Commit e79dc76

Browse files
authored
stdlib.yaml: qsort_r() is in POSIX 2024 (aka issue 8). (#138572)
1 parent 3035bcc commit e79dc76

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)