diff options
author | 2016-07-18 19:05:22 +0000 | |
---|---|---|
committer | 2016-07-18 19:05:22 +0000 | |
commit | c078d6c7843465e9f086be51f4b7013d9ba452f0 (patch) | |
tree | e40c09b5d13a077fb1db81d45605a41ada5ead23 /lib/libc/softfloat/fpgetmask.c | |
parent | rework the first sentence of this page; (diff) | |
download | wireguard-openbsd-c078d6c7843465e9f086be51f4b7013d9ba452f0.tar.xz wireguard-openbsd-c078d6c7843465e9f086be51f4b7013d9ba452f0.zip |
We have __weak_alias() everywhere; remove obsolete #ifdef's
ok deraadt@
Diffstat (limited to 'lib/libc/softfloat/fpgetmask.c')
-rw-r--r-- | lib/libc/softfloat/fpgetmask.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/softfloat/fpgetmask.c b/lib/libc/softfloat/fpgetmask.c index 9839b8b15a2..11b0ef1e923 100644 --- a/lib/libc/softfloat/fpgetmask.c +++ b/lib/libc/softfloat/fpgetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetmask.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */ +/* $OpenBSD: fpgetmask.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */ /* $NetBSD: fpgetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */ /*- @@ -38,9 +38,7 @@ #include "milieu.h" #include <softfloat.h> -#ifdef __weak_alias __weak_alias(_fpgetmask,fpgetmask); -#endif fp_except fpgetmask(void) |