]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/i586/memcpy.S
Update.
[thirdparty/glibc.git] / sysdeps / i386 / i586 / memcpy.S
index 0501d59fac9338bc9f652109e3f56c3bd9d1d6d2..766d4796020e3f263d3c7e94f966cae69e273851 100644 (file)
@@ -1,5 +1,5 @@
 /* Highly optimized version for i586.
-   Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -116,3 +116,4 @@ L(1):       rep; movsb
        LEAVE
        RET_PTR
 END (BP_SYM (memcpy))
+libc_hidden_builtin_def (memcpy)