glob64_time64: Fix typo for stub_warning call (BZ #30146)

We were erroneously reporting a stub warning for glob64 instead of
glob64_time64.
This commit is contained in:
Samuel Thibault 2023-02-19 23:22:41 +01:00
parent cc4d6614b5
commit a307e1b315

View 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