From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 8FED13858407; Mon, 20 Feb 2023 12:44:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8FED13858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676897096; bh=uCeDlYJHlVUkmqpiaI2GSQfS7+31aQWANN1MgodYUJ8=; h=From:To:Subject:Date:From; b=GdHvePyXzcctBhloFUh5cBp5zktxgG7nn0wMD9opR68PYSyFlV+0G1DbPCZEo3BRG BY5t2pZgK+Q6zEVeqhlh6BfZKDDU2oBwbWmJUAY3v2ygBZiECgsW5wR/N6hNK1paa/ d0NbVOGAaaDWuE55wJO5p6hFrvrVdlQDZagQMDJM= 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: 1b0ea8c5d886fedabd611a569b5ec58a6f5153e6 X-Git-Newrev: 2e6a9d7f2cfc67a2a3e851368422cdb225af86cb Message-Id: <20230220124456.8FED13858407@sourceware.org> Date: Mon, 20 Feb 2023 12:44:56 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2e6a9d7f2cfc67a2a3e851368422cdb225af86cb commit 2e6a9d7f2cfc67a2a3e851368422cdb225af86cb Author: Samuel Thibault 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