]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/s390/s390-32/memcpy.S
Update.
[thirdparty/glibc.git] / sysdeps / s390 / s390-32 / memcpy.S
index 1fa465266605258a9e5fbafede82d5a26301d9f9..201c8646728d52ed722069eaea87de376ecdd99c 100644 (file)
@@ -1,5 +1,5 @@
 /* memcpy - copy a block from source to destination.  S/390 version.
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
 
@@ -56,4 +56,4 @@ ENTRY(memcpy)
        lr      %r2,%r1             # return destination address
        br      %r14
 END(memcpy)
-       
+libc_hidden_builtin_def (memcpy)