mirror of git://sourceware.org/git/glibc.git
__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)
|
libc_hidden_def (__glob64_time64)
|
||||||
|
|
||||||
stub_warning (glob64_time64)
|
stub_warning (__glob64_time64)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue