]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/strlen.c
Update.
[thirdparty/glibc.git] / sysdeps / generic / strlen.c
index 3dca47f6c027b5da7686ebbc0b92fe8f952c1bb8..9bc9db68f77cf2adfd9a495158d397e22be1f23f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1997, 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Torbjorn Granlund (tege@sics.se),
    with help from Dan Sahlin (dan@sics.se);
@@ -150,3 +150,4 @@ strlen (str)
        }
     }
 }
+libc_hidden_builtin_def (strlen)