public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] 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: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=21a171bcb24240ecab860dddbcd89da6fe42aeff

commit 21a171bcb24240ecab860dddbcd89da6fe42aeff
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Apr 4 16:44:40 2023 -0300

    libio: Remove unused pragma weak on vtable
    
    Both _IO_file_jumps_alias and _IO_wfile_jumps_alias are defined as
    alias.

Diff:
---
 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

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

only message in thread, other threads:[~2023-04-05 12:06 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 [glibc] 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).