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

The exported symbol is actually __glob64_time64, not glob64_time64.
This commit is contained in:
Samuel Thibault 2023-02-20 13:44:06 +01:00
parent 1b0ea8c5d8
commit 2e6a9d7f2c

View 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