summaryrefslogtreecommitdiff
path: root/sysdeps/generic/strncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strncmp.c')
-rw-r--r--sysdeps/generic/strncmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strncmp.c b/sysdeps/generic/strncmp.c
index 379964f1ea..1adb2c0ebd 100644
--- a/sysdeps/generic/strncmp.c
+++ b/sysdeps/generic/strncmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1996, 1997, 2003 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
@@ -70,3 +70,4 @@ strncmp (s1, s2, n)
return c1 - c2;
}
+libc_hidden_builtin_def (strncmp)