diff options
author | 2011-07-08 19:21:41 +0000 | |
---|---|---|
committer | 2011-07-08 19:21:41 +0000 | |
commit | f0aa5457975e1c147c73a11d3a6276e89dc13e2d (patch) | |
tree | 3067e85de89502c56a519242d343e1ad4c8be9b3 /lib/libm/src | |
parent | down to one compat option... (diff) | |
download | wireguard-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.c | 1 | ||||
-rw-r--r-- | lib/libm/src/n_modf.c | 1 |
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 */ |