summaryrefslogtreecommitdiffstats
path: root/lib/libm/src
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2011-07-08 19:21:41 +0000
committermartynas <martynas@openbsd.org>2011-07-08 19:21:41 +0000
commitf0aa5457975e1c147c73a11d3a6276e89dc13e2d (patch)
tree3067e85de89502c56a519242d343e1ad4c8be9b3 /lib/libm/src
parentdown to one compat option... (diff)
downloadwireguard-openbsd-f0aa5457975e1c147c73a11d3a6276e89dc13e2d.tar.xz
wireguard-openbsd-f0aa5457975e1c147c73a11d3a6276e89dc13e2d.zip
Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using
them in libc for a very long time. OK guenther@.
Diffstat (limited to 'lib/libm/src')
-rw-r--r--lib/libm/src/n_fabs.c1
-rw-r--r--lib/libm/src/n_modf.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libm/src/n_fabs.c b/lib/libm/src/n_fabs.c
new file mode 100644
index 00000000000..5f30645ff6e
--- /dev/null
+++ b/lib/libm/src/n_fabs.c
@@ -0,0 +1 @@
+/* empty file for lint to chew on */
diff --git a/lib/libm/src/n_modf.c b/lib/libm/src/n_modf.c
new file mode 100644
index 00000000000..5f30645ff6e
--- /dev/null
+++ b/lib/libm/src/n_modf.c
@@ -0,0 +1 @@
+/* empty file for lint to chew on */