projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc657ce
)
Fix a typo.
author
Ulrich Drepper
<drepper@redhat.com>
Thu, 21 Dec 2000 23:30:28 +0000
(23:30 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Thu, 21 Dec 2000 23:30:28 +0000
(23:30 +0000)
sysdeps/ieee754/ldbl-96/math_ldbl.h
patch
|
blob
|
history
diff --git
a/sysdeps/ieee754/ldbl-96/math_ldbl.h
b/sysdeps/ieee754/ldbl-96/math_ldbl.h
index
1a9b027
..
cca3065
100644
(file)
--- a/
sysdeps/ieee754/ldbl-96/math_ldbl.h
+++ b/
sysdeps/ieee754/ldbl-96/math_ldbl.h
@@
-12,8
+12,8
@@
typedef union
long double value;
struct
{
-
unsigned
int sign_exponent:16;
- int empty:16;
+ int sign_exponent:16;
+
unsigned
int empty:16;
u_int32_t msw;
u_int32_t lsw;
} parts;