public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Kill one unnecessary .plt slot on Hammer
@ 2003-09-11 21:31 Jakub Jelinek
  2003-09-11 23:34 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2003-09-11 21:31 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

2003-09-11  Jakub Jelinek  <jakub@redhat.com>

	* libio/fileops.c (_IO_new_file_overflow): Add INTUSE to
	_IO_free_backup_area call.

--- libc/libio/fileops.c.jj	2003-09-08 02:31:46.000000000 -0400
+++ libc/libio/fileops.c	2003-09-11 17:13:48.000000000 -0400
@@ -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;

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Kill one unnecessary .plt slot on Hammer
  2003-09-11 21:31 [PATCH] Kill one unnecessary .plt slot on Hammer Jakub Jelinek
@ 2003-09-11 23:34 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-09-11 23:34 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Roland McGrath, Glibc hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jakub Jelinek wrote:
> 2003-09-11  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* libio/fileops.c (_IO_new_file_overflow): Add INTUSE to
> 	_IO_free_backup_area call.

Applied.

- -- 
- --------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/YQZm2ijCOnn/RHQRAu6RAJ4jDZpXX3+QfZ2xyy26eFZ4PEM1ggCgugj/
O6g1DvgVxlm//1d+DTJEmbs=
=rACS
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-11 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11 21:31 [PATCH] Kill one unnecessary .plt slot on Hammer Jakub Jelinek
2003-09-11 23:34 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).