diff options
author | millert <> | 2017-05-17 14:47:06 +0000 |
---|---|---|
committer | millert <> | 2017-05-17 14:47:06 +0000 |
commit | ae5a5006e37f7a3e29b7e75e240e83cd1b3f87ae (patch) | |
tree | fd4d13b3763bf22368228db1f1cb4307d5032aba /src/regress/lib/libc/Makefile | |
parent | cca2399941eaa626992a0ec066ba0ec955059bb4 (diff) | |
download | openbsd-ae5a5006e37f7a3e29b7e75e240e83cd1b3f87ae.tar.gz openbsd-ae5a5006e37f7a3e29b7e75e240e83cd1b3f87ae.tar.bz2 openbsd-ae5a5006e37f7a3e29b7e75e240e83cd1b3f87ae.zip |
Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index b9c3dfec85..f84b991fa4 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,10 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.48 2016/05/29 17:09:07 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.49 2017/05/17 14:47:06 millert Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca arc4random-fork | 3 | SUBDIR+= _setjmp alloca arc4random-fork |
4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | 4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env |
5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob | 5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob |
6 | SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb | 6 | SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb |
7 | SUBDIR+= open_memstream orientation popen printf | 7 | SUBDIR+= open_memstream orientation popen printf qsort |
8 | SUBDIR+= regex setjmp setjmp-signal sigsetjmp sprintf stdio_threading | 8 | SUBDIR+= regex setjmp setjmp-signal sigsetjmp sprintf stdio_threading |
9 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum | 9 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum |
10 | SUBDIR+= telldir time timingsafe vis | 10 | SUBDIR+= telldir time timingsafe vis |