diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-05 13:16:07 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-05 13:16:07 +0000 |
commit | 99252c8c6256d1afe91651d334cbef402d529fa5 (patch) | |
tree | 88ba72e782dc1c8888b3a0ed3858f6b3efe6b5a5 /sysdeps/s390/fpu/bits/fenv.h | |
parent | d6d98dea2d97e1dee5ab727982dd7430873c836f (diff) | |
download | glibc-99252c8c6256d1afe91651d334cbef402d529fa5.tar glibc-99252c8c6256d1afe91651d334cbef402d529fa5.tar.gz glibc-99252c8c6256d1afe91651d334cbef402d529fa5.tar.bz2 glibc-99252c8c6256d1afe91651d334cbef402d529fa5.zip |
Fix S/390 bits/fenv.h namespace use (bug 14801).
Diffstat (limited to 'sysdeps/s390/fpu/bits/fenv.h')
-rw-r--r-- | sysdeps/s390/fpu/bits/fenv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/fpu/bits/fenv.h b/sysdeps/s390/fpu/bits/fenv.h index f6cc351231..88c6f7ac04 100644 --- a/sysdeps/s390/fpu/bits/fenv.h +++ b/sysdeps/s390/fpu/bits/fenv.h @@ -76,8 +76,8 @@ typedef unsigned int fexcept_t; /* size of fpc */ to the layout of the block written by the `fstenv'. */ typedef struct { - fexcept_t fpc; - void *ieee_instruction_pointer; + fexcept_t __fpc; + void *__ieee_instruction_pointer; /* failing instruction for ieee exceptions */ } fenv_t; |