forked from len0rd/rockbox
Killed unnecessary global variables by making them static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17184 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8924686224
commit
db2d61f4ea
9 changed files with 11 additions and 15 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#define DIRCACHE_STOP 2
|
||||
|
||||
#define MAX_OPEN_DIRS 8
|
||||
DIR_CACHED opendirs[MAX_OPEN_DIRS];
|
||||
static DIR_CACHED opendirs[MAX_OPEN_DIRS];
|
||||
|
||||
static struct dircache_entry *fd_bindings[MAX_OPEN_FILES];
|
||||
static struct dircache_entry *dircache_root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue