diff options
author | 2011-07-08 22:28:32 +0000 | |
---|---|---|
committer | 2011-07-08 22:28:32 +0000 | |
commit | aeb694e3afa554db8dd44ee8140d036724efada5 (patch) | |
tree | 27134d6d85c1d25448c6bbdb4cc7222c925034fe /lib/libm/src/n_modf.c | |
parent | Don't accidentally mask off the T_USER bit before calling trap(). (diff) | |
download | wireguard-openbsd-aeb694e3afa554db8dd44ee8140d036724efada5.tar.xz wireguard-openbsd-aeb694e3afa554db8dd44ee8140d036724efada5.zip |
Revert (leaving the complex math part alone). Some stuff is depending
on this historical behavior; so we're stuck in this stupid situation.
No cookie for me.
Diffstat (limited to 'lib/libm/src/n_modf.c')
-rw-r--r-- | lib/libm/src/n_modf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libm/src/n_modf.c b/lib/libm/src/n_modf.c deleted file mode 100644 index 5f30645ff6e..00000000000 --- a/lib/libm/src/n_modf.c +++ /dev/null @@ -1 +0,0 @@ -/* empty file for lint to chew on */ |