summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/qsort.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-10/+10
| | | | | | | pointers of type `void *'. Warn about this in future. Notes: svn path=/head/; revision=17971
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+1
| | | | | | | | This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx. Notes: svn path=/head/; revision=15312
* Added prototypes.Bruce Evans1995-12-261-3/+8
| | | | Notes: svn path=/head/; revision=13030
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+174
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573