diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-10 08:14:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-10 08:14:03 +0000 |
commit | 2119c7059e593c336a916ca542583b0da7222960 (patch) | |
tree | f7fcd7084f895dead0ea43a76e2df0f316481cd9 /sysdeps/i386/i486/bits/string.h | |
parent | ada0ce8f414c34001e632c57af326458cc1917f4 (diff) | |
download | glibc-2119c7059e593c336a916ca542583b0da7222960.tar.gz glibc-2119c7059e593c336a916ca542583b0da7222960.tar.xz glibc-2119c7059e593c336a916ca542583b0da7222960.zip |
Update.
2000-09-10 Ulrich Drepper <drepper@redhat.com> * shlib-versions: Simplify libm entries. Correct a few Hurd entries. * sysdeps/generic/initfini.c: Rewrite slightly to get rid of the ugly GMON_WEAK_START hack. Patch by Philip Blundell <philb@gnu.org>. * sysdeps/i386/i486/bits/string.h: Pretty printing.
Diffstat (limited to 'sysdeps/i386/i486/bits/string.h')
-rw-r--r-- | sysdeps/i386/i486/bits/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i486/bits/string.h b/sysdeps/i386/i486/bits/string.h index b60807286c..9d88ee3149 100644 --- a/sysdeps/i386/i486/bits/string.h +++ b/sysdeps/i386/i486/bits/string.h @@ -113,7 +113,7 @@ __memcpy_by2 (void *__dest, __const void *__src, size_t __n) __STRING_INLINE void *__memcpy_g (void *__dest, __const void *__src, size_t __n); - __STRING_INLINE void * +__STRING_INLINE void * __memcpy_g (void *__dest, __const void *__src, size_t __n) { register unsigned long int __d0, __d1, __d2; |