mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-24 15:12:04 +03:00
fix missing static in getusershell (namespace pollution)
This commit is contained in:
parent
970ef6a124
commit
129ca6c05d
@ -6,7 +6,7 @@
|
||||
static const char defshells[] = "/bin/sh\n/bin/csh\n";
|
||||
|
||||
static char *line;
|
||||
size_t linesize;
|
||||
static size_t linesize;
|
||||
static FILE *f;
|
||||
|
||||
void endusershell(void)
|
||||
|
Loading…
Reference in New Issue
Block a user