public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] __glob64_time64: Fix typo for stub_warning call (BZ #30146)
@ 2023-02-20 12:44 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-02-20 12:44 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2e6a9d7f2cfc67a2a3e851368422cdb225af86cb

commit 2e6a9d7f2cfc67a2a3e851368422cdb225af86cb
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Feb 20 13:44:06 2023 +0100

    __glob64_time64: Fix typo for stub_warning call (BZ #30146)
    
    The exported symbol is actually __glob64_time64, not glob64_time64.

Diff:
---
 posix/glob64-time64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posix/glob64-time64.c b/posix/glob64-time64.c
index 196429eb6a..c268adb453 100644
--- a/posix/glob64-time64.c
+++ b/posix/glob64-time64.c
@@ -45,6 +45,6 @@ __glob64_time64 (const char *pattern, int flags,
 }
 libc_hidden_def (__glob64_time64)
 
-stub_warning (glob64_time64)
+stub_warning (__glob64_time64)
 
 #endif

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

only message in thread, other threads:[~2023-02-20 12:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 12:44 [glibc] __glob64_time64: Fix typo for stub_warning call (BZ #30146) Samuel Thibault

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