glob64_time64: Fix typo for stub_warning call (BZ #30146)
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 19 Feb 2023 22:22:41 +0000 (23:22 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 19 Feb 2023 22:23:20 +0000 (23:23 +0100)
We were erroneously reporting a stub warning for glob64 instead of
glob64_time64.

posix/glob64-time64.c

index 69f6f02..196429e 100644 (file)
@@ -45,6 +45,6 @@ __glob64_time64 (const char *pattern, int flags,
 }
 libc_hidden_def (__glob64_time64)
 
-stub_warning (glob64)
+stub_warning (glob64_time64)
 
 #endif