mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
cc4d6614b5
commit
a307e1b315
@ -45,6 +45,6 @@ __glob64_time64 (const char *pattern, int flags,
|
||||
}
|
||||
libc_hidden_def (__glob64_time64)
|
||||
|
||||
stub_warning (glob64)
|
||||
stub_warning (glob64_time64)
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user