diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 01:30:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-25 01:30:57 +0000 |
commit | 78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9 (patch) | |
tree | 7d2ef4ff321a1ddd37f9a9a40399a60b5101bb94 /sysdeps/ia64/fpu | |
parent | 66bff4092be47f02a6189f092b9dd1d8c6de2626 (diff) | |
download | glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.tar.gz glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.tar.xz glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.zip |
Update.
2002-07-24 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to compute current position. * stdio-common/tst-fseek.c (main): Improve error messages. * libio/tst-freopen.c (main): Remove unused variable. * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after succesful seek call. Simply error checking. 2002-07-25 Jakub Jelinek <jakub@redhat.com> * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER. * sysdeps/ia64/fpu/libm_support.h: Likewise.
Diffstat (limited to 'sysdeps/ia64/fpu')
-rw-r--r-- | sysdeps/ia64/fpu/libm_support.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/fpu/libm_support.h b/sysdeps/ia64/fpu/libm_support.h index 7510f2c259..f1b37b4b15 100644 --- a/sysdeps/ia64/fpu/libm_support.h +++ b/sysdeps/ia64/fpu/libm_support.h @@ -49,7 +49,7 @@ // 12/07/2000 Added scalbn error_types values. // -#ifndef ASSEMBLER +#ifndef __ASSEMBLER__ #include <math.h> float __libm_frexp_4f( float x, int* exp); @@ -337,7 +337,7 @@ extern _LIB_VERSION_TYPE _LIB_VERSION; // This is a run-time variable and may effect // floating point behavior of the libm functions -#endif /* ASSEMBLER */ +#endif /* __ASSEMBLER__ */ /* Support for compatible assembler handling. */ #if !defined L && defined _LIBC |