[hurd,commited] __glob64_time64: Fix typo for stub_warning call (BZ #30146)

Message ID 20230220124500.1164663-1-samuel.thibault@ens-lyon.org
State Committed, archived
Headers
Series [hurd,commited] __glob64_time64: Fix typo for stub_warning call (BZ #30146) |

Checks

Context Check Description
dj/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
dj/TryBot-32bit fail Patch series failed to apply

Commit Message

Samuel Thibault Feb. 20, 2023, 12:45 p.m. UTC
  The exported symbol is actually __glob64_time64, not glob64_time64.
---
 posix/glob64-time64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/posix/glob64-time64.c b/posix/glob64-time64.c
index 196429eb6a..c268adb453 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