diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-17 00:01:09 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-17 00:01:09 +0000 |
commit | 9cc29786d72e56085fc61473bd51e8829dc17bad (patch) | |
tree | cfb416a7cd67c563d31aae44b949427dee97dfdc /libm/w_exp.c | |
parent | 3f87a95da89a18c428efbeb67268b5201da89281 (diff) |
All math related relocs gone
Diffstat (limited to 'libm/w_exp.c')
-rw-r--r-- | libm/w_exp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libm/w_exp.c b/libm/w_exp.c index 9226b03a9..b9b7ccc26 100644 --- a/libm/w_exp.c +++ b/libm/w_exp.c @@ -29,6 +29,7 @@ static double o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ +libm_hidden_proto(exp) #ifdef __STDC__ double exp(double x) /* wrapper exp */ #else @@ -51,3 +52,4 @@ u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ return z; #endif } +libm_hidden_def(exp) |