mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Avoid use of "register" as optimization hint.
This commit is contained in:
@ -95,8 +95,8 @@ setusershell()
|
||||
static char **
|
||||
initshells()
|
||||
{
|
||||
register char **sp, *cp;
|
||||
register FILE *fp;
|
||||
char **sp, *cp;
|
||||
FILE *fp;
|
||||
struct stat64 statb;
|
||||
size_t flen;
|
||||
|
||||
|
Reference in New Issue
Block a user