about summary refs log tree commit diff
path: root/sysdeps/generic/string-fzi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/string-fzi.h')
-rw-r--r--sysdeps/generic/string-fzi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/string-fzi.h b/sysdeps/generic/string-fzi.h
index 71bb6103aa..2deecefc23 100644
--- a/sysdeps/generic/string-fzi.h
+++ b/sysdeps/generic/string-fzi.h
@@ -45,7 +45,7 @@ ctz (find_t c)
    the (memory order) index of the first byte (in memory order) that is
    non-zero.  */
 static __always_inline unsigned int
-index_first (op_t c)
+index_first (find_t c)
 {
   int r;
   if (__BYTE_ORDER == __LITTLE_ENDIAN)