mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Avoid use of "register" as optimization hint.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
char *
|
||||
strrchr (const char *s, int c)
|
||||
{
|
||||
register const char *found, *p;
|
||||
const char *found, *p;
|
||||
|
||||
c = (unsigned char) c;
|
||||
|
||||
|
Reference in New Issue
Block a user