diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-19 23:22:41 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-19 23:23:20 +0100 |
commit | a307e1b31551821946b242ca98f5db9e7d9f558a (patch) | |
tree | 996418cdc3e96f5dac2267c37deecc8a12f4ccd8 /posix | |
parent | cc4d6614b5922c1104125b1f4d0850a88a551882 (diff) | |
download | glibc-a307e1b31551821946b242ca98f5db9e7d9f558a.tar glibc-a307e1b31551821946b242ca98f5db9e7d9f558a.tar.gz glibc-a307e1b31551821946b242ca98f5db9e7d9f558a.tar.bz2 glibc-a307e1b31551821946b242ca98f5db9e7d9f558a.zip |
glob64_time64: Fix typo for stub_warning call (BZ #30146)
We were erroneously reporting a stub warning for glob64 instead of
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 69f6f02116..196429eb6a 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) +stub_warning (glob64_time64) #endif |