From 78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Jul 2002 01:30:57 +0000 Subject: Update. 2002-07-24 Ulrich Drepper * 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 * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER. * sysdeps/ia64/fpu/libm_support.h: Likewise. --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index cf4835cbec..c179f2a887 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -#if !defined ASSEMBLER && !defined _ISOMAC && !defined __OPTIMIZE__ +#if !defined __ASSEMBLER__ && !defined _ISOMAC && !defined __OPTIMIZE__ # error "glibc cannot be compiled without optimization" #endif -- cgit v1.2.3