mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
__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:
parent
1b0ea8c5d8
commit
2e6a9d7f2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user