about summary refs log tree commit diff
path: root/sysdeps/generic/strncase_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strncase_l.c')
-rw-r--r--sysdeps/generic/strncase_l.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/strncase_l.c b/sysdeps/generic/strncase_l.c
index 424913fddb..7704fc7fff 100644
--- a/sysdeps/generic/strncase_l.c
+++ b/sysdeps/generic/strncase_l.c
@@ -1,6 +1,6 @@
 /* Compare at most N characters of two strings without taking care for
    the case using given locale.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -20,3 +20,5 @@
 
 #define USE_IN_EXTENDED_LOCALE_MODEL	1
 #include <sysdeps/generic/strncase.c>
+
+libc_hidden_def (__strncasecmp_l)