aboutsummaryrefslogtreecommitdiff
path: root/intl/dcigettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/dcigettext.c')
-rw-r--r--intl/dcigettext.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/intl/dcigettext.c b/intl/dcigettext.c
index d0c62ee..64de9d5 100644
--- a/intl/dcigettext.c
+++ b/intl/dcigettext.c
@@ -1420,11 +1420,7 @@ plural_lookup (struct loaded_l10nfile *domain, unsigned long int n,
p = translation;
while (index-- > 0)
{
-#ifdef _LIBC
- p = __rawmemchr (p, '\0');
-#else
p = strchr (p, '\0');
-#endif
/* And skip over the NUL byte. */
p++;