summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2016-05-29 17:09:07 +0000
committerbeck <>2016-05-29 17:09:07 +0000
commitaca6b1c52e635bae0d8ba0ffe377c582160aa8eb (patch)
tree5f33ab82b7fb5c0d800ba8706414262e0f10240e
parent6d3f97653643f87c10a6b6803e3ed40945fbf56c (diff)
downloadopenbsd-aca6b1c52e635bae0d8ba0ffe377c582160aa8eb.tar.gz
openbsd-aca6b1c52e635bae0d8ba0ffe377c582160aa8eb.tar.bz2
openbsd-aca6b1c52e635bae0d8ba0ffe377c582160aa8eb.zip
We don't have sigreturn anymore
-rw-r--r--src/regress/lib/libc/Makefile4
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
3SUBDIR+= _setjmp alloca arc4random-fork 3SUBDIR+= _setjmp alloca arc4random-fork
4SUBDIR+= atexit basename cephes cxa-atexit db dirname env 4SUBDIR+= atexit basename cephes cxa-atexit db dirname env
5SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob 5SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob
6SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb 6SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb
7SUBDIR+= open_memstream orientation popen printf 7SUBDIR+= open_memstream orientation popen printf
8SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf stdio_threading 8SUBDIR+= regex setjmp setjmp-signal sigsetjmp sprintf stdio_threading
9SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum 9SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum
10SUBDIR+= telldir time timingsafe vis 10SUBDIR+= telldir time timingsafe vis
11 11