mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Formerly alpha/strlen.c.~2~
This commit is contained in:
parent
01305a522c
commit
98f5cde0d5
@ -25,7 +25,6 @@ strlen (const char *str)
|
||||
{
|
||||
const char *char_ptr;
|
||||
const unsigned long int *longword_ptr;
|
||||
unsigned long int longword;
|
||||
|
||||
/* Handle the first few characters by reading one character at a time.
|
||||
Do this until STR is aligned on a 8-byte border. */
|
||||
|
Loading…
Reference in New Issue
Block a user