mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08: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…
x
Reference in New Issue
Block a user