summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authortobiasu <tobiasu@openbsd.org>2014-06-07 01:46:40 +0000
committertobiasu <tobiasu@openbsd.org>2014-06-07 01:46:40 +0000
commit0447c32545d1c483f842809a0910c409a4d12dfe (patch)
treecb0fb16d2086dc1f87bc4932ec1f8ec89e1b3d32 /regress/lib/libc
parentFix modf() on sparc (diff)
downloadwireguard-openbsd-0447c32545d1c483f842809a0910c409a4d12dfe.tar.xz
wireguard-openbsd-0447c32545d1c483f842809a0910c409a4d12dfe.zip
Add basic regression test for modf() issue.
encouraged by deraadt and miod
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile
index 3109c0c1fdf..f138f16ffda 100644
--- a/regress/lib/libc/Makefile
+++ b/regress/lib/libc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.38 2013/12/29 01:39:44 martynas Exp $
+# $OpenBSD: Makefile,v 1.39 2014/06/07 01:46:40 tobiasu Exp $
SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env
SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob
-SUBDIR+= hsearch longjmp locale malloc mkstemp netdb open_memstream
+SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream
SUBDIR+= orientation popen printf
SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf
SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum