From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 26D413858D37; Sun, 19 Feb 2023 22:27:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 26D413858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676845624; bh=ZJsuUbg84uS2kZbhtjPRA5PuyOSpvzpZMScw2Hndda8=; h=From:To:Subject:Date:From; b=HRK7CRjA898j8FJWGLXwGrCK558kjdgSl8T8dlbiTrP4QRB3CTnzKtIZkb8FZotEy ITbxUf3IQiA41T/tXkkB2hl23lTVBrTMHk2Jzf1zSe/GbDedfy6wWWJ7J+tn/Z8ZJv SOW82OouyczKgAK+soOdXEJUzV9rlkX3T9VOc8Sw= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] glob64_time64: Fix typo for stub_warning call (BZ #30146) X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: cc4d6614b5922c1104125b1f4d0850a88a551882 X-Git-Newrev: a307e1b31551821946b242ca98f5db9e7d9f558a Message-Id: <20230219222704.26D413858D37@sourceware.org> Date: Sun, 19 Feb 2023 22:27:04 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a307e1b31551821946b242ca98f5db9e7d9f558a commit a307e1b31551821946b242ca98f5db9e7d9f558a Author: Samuel Thibault 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