aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/bits/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/bits/string.h')
-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 5f4f58a..44d6f8b 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: