libpayload: Add qsort()
authorPatrick Georgi <patrick.georgi@secunet.com>
Thu, 7 Jul 2011 10:02:10 +0000 (12:02 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Mon, 11 Jul 2011 18:23:56 +0000 (20:23 +0200)
commit537cacfa04c9dc56cd608012a73d95ab342d2f81
tree1507a101007af7e5265177dbcbc3d4d2e804a417
parent40d99bc781fe71cf67090d27695b98cf6c2e9a45
libpayload: Add qsort()

It's taken from OpenBSD and thus appropriately licensed (and reasonably
tested).

Change-Id: I5767600c9865d39e56c220b52e045f3501875b98
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/88
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
payloads/libpayload/include/stdlib.h
payloads/libpayload/libc/Makefile.inc
payloads/libpayload/libc/qsort.c [new file with mode: 0644]