]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdlib: fix qsort example in manual
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Feb 2024 19:52:46 +0000 (11:52 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Feb 2024 01:54:21 +0000 (17:54 -0800)
commite7b90e6e605cf236d4bd79e4930cd6a46f9932c7
tree1fb3fa98e0a6e91b266d2b3971253669bd45d554
parent275607a07fb2a60757ba47ec3f1f4e645ad19bb1
stdlib: fix qsort example in manual

* manual/search.texi (Comparison Functions, Array Sort Function):
Sort an array of long ints, not doubles, to avoid hassles
with NaNs.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
manual/search.texi