mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user