diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-23 10:46:57 +0000 | 
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-23 10:46:57 +0000 | 
| commit | 1e0c4ca7448cf41bd38742ae885c9da6f4e48d97 (patch) | |
| tree | 3908c0720db2470fefbc4c0824401dbf45862f83 /libc/string/sparc | |
| parent | 7bca85d261904a0a67f2e514b6c4972128561156 (diff) | |
| download | uClibc-alpine-1e0c4ca7448cf41bd38742ae885c9da6f4e48d97.tar.bz2 uClibc-alpine-1e0c4ca7448cf41bd38742ae885c9da6f4e48d97.tar.xz | |
sync with trunk. Compile tested on i386
Diffstat (limited to 'libc/string/sparc')
| -rw-r--r-- | libc/string/sparc/sparc32/memchr.S | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/libc/string/sparc/sparc32/memchr.S b/libc/string/sparc/sparc32/memchr.S index 4d57a553b..d926e9787 100644 --- a/libc/string/sparc/sparc32/memchr.S +++ b/libc/string/sparc/sparc32/memchr.S @@ -139,6 +139,4 @@ ENTRY(memchr)  END(memchr)  libc_hidden_def(memchr) -#if !__BOUNDED_POINTERS__  weak_alias(memchr,__ubp_memchr) -#endif | 
