diff options
author | beck <> | 2016-05-29 17:09:07 +0000 |
---|---|---|
committer | beck <> | 2016-05-29 17:09:07 +0000 |
commit | 645ef53477d02b49a87f60de7b5817cd6ee6c760 (patch) | |
tree | 5f33ab82b7fb5c0d800ba8706414262e0f10240e /src | |
parent | 4748ef406f88568af5dc81963f80fcb0ba56c02a (diff) | |
download | openbsd-645ef53477d02b49a87f60de7b5817cd6ee6c760.tar.gz openbsd-645ef53477d02b49a87f60de7b5817cd6ee6c760.tar.bz2 openbsd-645ef53477d02b49a87f60de7b5817cd6ee6c760.zip |
We don't have sigreturn anymore
Diffstat (limited to 'src')
-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 10f12b4f16..b9c3dfec85 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.47 2015/10/23 12:59:12 claudio Exp $ | 1 | # $OpenBSD: Makefile,v 1.48 2016/05/29 17:09:07 beck 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 |
8 | SUBDIR+= regex setjmp setjmp-signal sigreturn 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 |
11 | 11 | ||