summaryrefslogtreecommitdiff
path: root/sysdeps/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-01 22:23:36 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-01 22:23:36 +0000
commit04d1ae8c4ed0c8545710bcccc7c3103cc3bb1003 (patch)
tree53e56f97fee147001e220c66c191e2aedaecd1e8 /sysdeps/i386
parentba2ee02dbfa615f1b976be38c851cd44b2aec8e3 (diff)
Update from main line.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/bits/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/bits/string.h b/sysdeps/i386/bits/string.h
index 5f4f58a6db..44d6f8ba43 100644
--- a/sysdeps/i386/bits/string.h
+++ b/sysdeps/i386/bits/string.h
@@ -207,7 +207,7 @@ __memset_cc (void *__s, unsigned long int __pattern, size_t __n)
return __s;
case 3:
__u->__usi = __pattern;
- __u = __extension__ ((void *) __u + 1);
+ __u = __extension__ ((void *) __u + 2);
__u->__uc = __pattern;
return __s;
case 4: