From 6fee33627549f407f3621fde054d495285e23af5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Sep 2003 23:57:58 +0000 Subject: Update. 2003-09-11 H.J. Lu * elf/tls-macros.h (TLS_IE): Add a stop bit for ia64. (TLS_LD): Likewise. (TLS_GD): Likewise. 2003-09-11 Jakub Jelinek * libio/fileops.c (_IO_new_file_overflow): Add INTUSE to _IO_free_backup_area call. --- libio/fileops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/fileops.c') diff --git a/libio/fileops.c b/libio/fileops.c index 050fa66a46..e6a9395ffd 100644 --- a/libio/fileops.c +++ b/libio/fileops.c @@ -844,7 +844,7 @@ _IO_new_file_overflow (f, ch) if (__builtin_expect (_IO_in_backup (f), 0)) { size_t nbackup = f->_IO_read_end - f->_IO_read_ptr; - _IO_free_backup_area (f); + INTUSE(_IO_free_backup_area) (f); f->_IO_read_base -= MIN (nbackup, f->_IO_read_base - f->_IO_buf_base); f->_IO_read_ptr = f->_IO_read_base; -- cgit v1.2.3