]> sourceware.org Git - glibc.git/commitdiff
__glob64_time64: Fix typo for stub_warning call (BZ #30146)
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 20 Feb 2023 12:44:06 +0000 (13:44 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 20 Feb 2023 12:44:48 +0000 (13:44 +0100)
The exported symbol is actually __glob64_time64, not glob64_time64.

posix/glob64-time64.c

index 196429eb6a80343603b9c97bd35234987c478ce0..c268adb4536d4f8b4b717f08a0ba133a46b9defe 100644 (file)
@@ -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
This page took 0.039722 seconds and 5 git commands to generate.