Opened 8 years ago
Closed 7 years ago
#677 closed enhancement (fixed)
C library stdlib.h should provide standards-compliant qsort
Reported by: | Jiri Svoboda | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.7.1 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
HelenOS C library stdlib.h does not provide a qsort() function. sort.h provides a qsort(), but it's not standards-compliant, it's more like GNU libc's qsort_r. We should have a standards-conforming qsort() provided by stdlib.h.
Change History (2)
comment:1 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:mainline,2638.