Opened 7 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 Jiri Svoboda, 7 years ago

Owner: set to Jiri Svoboda
Status: newaccepted

comment:2 by Jiri Svoboda, 7 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.