From: Samuel Thibault Date: Sun, 19 Feb 2023 22:22:41 +0000 (+0100) Subject: glob64_time64: Fix typo for stub_warning call (BZ #30146) X-Git-Tag: upstream/2.39~1105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a307e1b31551821946b242ca98f5db9e7d9f558a;p=platform%2Fupstream%2Fglibc.git glob64_time64: Fix typo for stub_warning call (BZ #30146) We were erroneously reporting a stub warning for glob64 instead of glob64_time64. --- diff --git a/posix/glob64-time64.c b/posix/glob64-time64.c index 69f6f02..196429e 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