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 /linuxthreads/sysdeps/i386/useldt.h | |
parent | 66bff4092be47f02a6189f092b9dd1d8c6de2626 (diff) | |
download | glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.tar glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.tar.gz glibc-78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9.tar.bz2 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 'linuxthreads/sysdeps/i386/useldt.h')
-rw-r--r-- | linuxthreads/sysdeps/i386/useldt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/i386/useldt.h b/linuxthreads/sysdeps/i386/useldt.h index 64a3b52123..3edcdca26c 100644 --- a/linuxthreads/sysdeps/i386/useldt.h +++ b/linuxthreads/sysdeps/i386/useldt.h @@ -19,7 +19,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef ASSEMBLER +#ifndef __ASSEMBLER__ #include <stddef.h> /* For offsetof. */ #include <stdlib.h> /* For abort(). */ |