diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-22 01:03:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-22 01:03:59 +0000 |
commit | 4a624ae307f083a759f10224428440585a7f615e (patch) | |
tree | 4965aa3aefc21b2876227eb955dbacf9a9b05c34 /sysdeps/ia64 | |
parent | 5bfc425236ac2105b8642715db83fe39f55640d2 (diff) | |
download | glibc-4a624ae307f083a759f10224428440585a7f615e.tar glibc-4a624ae307f083a759f10224428440585a7f615e.tar.gz glibc-4a624ae307f083a759f10224428440585a7f615e.tar.bz2 glibc-4a624ae307f083a759f10224428440585a7f615e.zip |
Update.
2000-05-19 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/i386/i686/sysdep.h
(SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which
breaks compilation without linuxthreads.
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/memcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/memcpy.S b/sysdeps/ia64/memcpy.S index a254202f74..2a59d4e1f4 100644 --- a/sysdeps/ia64/memcpy.S +++ b/sysdeps/ia64/memcpy.S @@ -1,6 +1,6 @@ /* Optimized version of the standard memcpy() function. This file is part of the GNU C Library. - Copyright (C) 1991,92,93,97,98,99 Free Software Foundation, Inc. + Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Dan Pop <Dan.Pop@cern.ch>. The GNU C Library is free software; you can redistribute it and/or |