diff options
| author | 2008-06-21 08:26:19 +0000 | |
|---|---|---|
| committer | 2008-06-21 08:26:19 +0000 | |
| commit | 044349e209ed7c0d938f3f207aa909b446b9de0d (patch) | |
| tree | e68aabba2fd2848ea79105dcec43530648cca78d /lib/libm/src/w_scalbf.c | |
| parent | use optopt to get invalid flag, instead of return value of getopt, (diff) | |
| download | wireguard-openbsd-044349e209ed7c0d938f3f207aa909b446b9de0d.tar.xz wireguard-openbsd-044349e209ed7c0d938f3f207aa909b446b9de0d.zip | |
cleaning up, no functional changes
- no support for National 32000, removing ns32000/national ifdefs maze
- remove tahoe defs
- ansify
looks fine to millert@; who also noticed rint removal
Diffstat (limited to 'lib/libm/src/w_scalbf.c')
| -rw-r--r-- | lib/libm/src/w_scalbf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/src/w_scalbf.c b/lib/libm/src/w_scalbf.c index 651296b82c6..9542611f1b6 100644 --- a/lib/libm/src/w_scalbf.c +++ b/lib/libm/src/w_scalbf.c @@ -28,7 +28,7 @@ static char rcsid[] = "$NetBSD: w_scalbf.c,v 1.3 1995/05/10 20:49:50 jtc Exp $"; #include <errno.h> -float +float #ifdef _SCALB_INT scalbf(float x, int fn) /* wrapper scalbf */ #else |
