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-19 22:27 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-02-19 22:27 UTC (permalink / raw)
  To: glibc-cvs

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

commit a307e1b31551821946b242ca98f5db9e7d9f558a
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Feb 19 23:22:41 2023 +0100

    glob64_time64: Fix typo for stub_warning call (BZ #30146)
    
    We were erroneously reporting a stub warning for glob64 instead of
    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 69f6f02116..196429eb6a 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)
+stub_warning (glob64_time64)
 
 #endif

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

only message in thread, other threads:[~2023-02-19 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-19 22:27 [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).