public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] libio: Remove unused pragma weak on vtable
@ 2023-04-05 12:06 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2023-04-05 12:06 UTC (permalink / raw)
  To: libc-alpha

Both _IO_file_jumps_alias and _IO_wfile_jumps_alias are defined as
alias.
---
 libio/vtables.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libio/vtables.c b/libio/vtables.c
index 3facd40a51..1d8ad612e9 100644
--- a/libio/vtables.c
+++ b/libio/vtables.c
@@ -39,7 +39,6 @@
 # pragma weak _IO_file_close_mmap
 # pragma weak _IO_file_doallocate
 # pragma weak _IO_file_finish
-# pragma weak _IO_file_jumps_alias
 # pragma weak _IO_file_overflow
 # pragma weak _IO_file_read
 # pragma weak _IO_file_seek
@@ -65,7 +64,6 @@
 # pragma weak _IO_wfile_underflow_maybe_mmap
 # pragma weak _IO_wfile_underflow_mmap
 # pragma weak _IO_wfile_doallocate
-# pragma weak _IO_wfile_jumps_alia
 # pragma weak _IO_wfile_seekoff
 # pragma weak _IO_wfile_xsputn
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-05 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 12:06 [COMMITTED] libio: Remove unused pragma weak on vtable Adhemerval Zanella

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).