diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-20 13:44:06 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-20 13:44:48 +0100 |
commit | 2e6a9d7f2cfc67a2a3e851368422cdb225af86cb (patch) | |
tree | 432e9b1536eca47060ea50ea50eaa656142af4a4 /posix | |
parent | 1b0ea8c5d886fedabd611a569b5ec58a6f5153e6 (diff) | |
download | glibc-2e6a9d7f2cfc67a2a3e851368422cdb225af86cb.zip glibc-2e6a9d7f2cfc67a2a3e851368422cdb225af86cb.tar.gz glibc-2e6a9d7f2cfc67a2a3e851368422cdb225af86cb.tar.bz2 |
__glob64_time64: Fix typo for stub_warning call (BZ #30146)
The exported symbol is actually __glob64_time64, not glob64_time64.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/glob64-time64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/glob64-time64.c b/posix/glob64-time64.c index 196429e..c268adb 100644 --- a/posix/glob64-time64.c +++ b/posix/glob64-time64.c @@ -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 |