aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/strcasecmp_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strcasecmp_l.c')
-rw-r--r--sysdeps/generic/strcasecmp_l.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/strcasecmp_l.c b/sysdeps/generic/strcasecmp_l.c
index 107ce8a250..a13f66dae8 100644
--- a/sysdeps/generic/strcasecmp_l.c
+++ b/sysdeps/generic/strcasecmp_l.c
@@ -1,4 +1,4 @@
-/* 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
@@ -18,3 +18,5 @@
#define USE_IN_EXTENDED_LOCALE_MODEL 1
#include <sysdeps/generic/strcasecmp.c>
+
+libc_hidden_def (__strcasecmp_l)