]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement C99's _Exit() interface.
authorwollman <wollman@FreeBSD.org>
Tue, 10 Sep 2002 02:04:49 +0000 (02:04 +0000)
committerwollman <wollman@FreeBSD.org>
Tue, 10 Sep 2002 02:04:49 +0000 (02:04 +0000)
commitab723a2a1b1c6f1edd706d2a0e0fb1cd93d9308f
treea88678f5332186a1bd2a23ff99d0b5dbfd9fed66
parent3c4b3f0c500ab6b3e8bd2ab5b555c68499211ca4
Implement C99's _Exit() interface.
Implement a version of qsort that provides a thunk to the comparison function.

Update manual pages.
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/_Exit.c [new file with mode: 0644]
lib/libc/stdlib/exit.3
lib/libc/stdlib/qsort.3
lib/libc/stdlib/qsort.c
lib/libc/stdlib/qsort_r.c [new file with mode: 0644]