diff options
author | 2014-06-07 01:46:40 +0000 | |
---|---|---|
committer | 2014-06-07 01:46:40 +0000 | |
commit | 0447c32545d1c483f842809a0910c409a4d12dfe (patch) | |
tree | cb0fb16d2086dc1f87bc4932ec1f8ec89e1b3d32 /regress/lib/libc | |
parent | Fix modf() on sparc (diff) | |
download | wireguard-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/Makefile | 4 |
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 |