[klibc] qsort(): if nmemb == 0, just return

qsort() would go into a loop if nmemb == 0.  Test for this case and exit.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 file changed