projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbdd2d0
)
Export __fpu_control with version GLIBC_2.0.
author
drepper
<drepper>
Tue, 22 Sep 1998 12:43:11 +0000
(12:43 +0000)
committer
drepper
<drepper>
Tue, 22 Sep 1998 12:43:11 +0000
(12:43 +0000)
math/Versions
patch
|
blob
|
history
diff --git
a/math/Versions
b/math/Versions
index
580fa25
..
104c7e5
100644
(file)
--- a/
math/Versions
+++ b/
math/Versions
@@
-4,6
+4,9
@@
libc {
__isnan; __isnanf; __isnanl; __finite; __finitef; __finitel;
__isinf; __isinff; __isinfl;
+ # global variables
+ __fpu_control;
+
# c*
copysign; copysignf; copysignl;