]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for some block functions that come from OS X. These are
authorDavid Chisnall <theraven@FreeBSD.org>
Wed, 2 Apr 2014 16:07:48 +0000 (16:07 +0000)
committerDavid Chisnall <theraven@FreeBSD.org>
Wed, 2 Apr 2014 16:07:48 +0000 (16:07 +0000)
commit46cdc14062f7b52d86bd3791220019ebc8c9c120
tree6b79951e49825ea224053fd3b29a53481afa5e00
parentcfc4b56b571f75e9b13eda2756bbd72a0c187a7a
Add support for some block functions that come from OS X.  These are
intended to build with any C compiler.

Reviewed by: pfg
MFC after: 3 weeks
19 files changed:
include/dirent.h
include/stdlib.h
lib/libc/gen/Symbol.map
lib/libc/gen/scandir.3
lib/libc/gen/scandir.c
lib/libc/gen/scandir_b.c [new file with mode: 0644]
lib/libc/include/block_abi.h [new file with mode: 0644]
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/Symbol.map
lib/libc/stdlib/atexit.3
lib/libc/stdlib/atexit.c
lib/libc/stdlib/bsearch.c
lib/libc/stdlib/bsearch_b.c [new file with mode: 0644]
lib/libc/stdlib/heapsort.c
lib/libc/stdlib/heapsort_b.c [new file with mode: 0644]
lib/libc/stdlib/merge.c
lib/libc/stdlib/mergesort_b.c [new file with mode: 0644]
lib/libc/stdlib/qsort.3
lib/libc/stdlib/qsort_r.c