aboutsummaryrefslogtreecommitdiff
path: root/libbb/inode_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/inode_hash.c')
-rw-r--r--libbb/inode_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c
index 36484e6ae..4393a5188 100644
--- a/libbb/inode_hash.c
+++ b/libbb/inode_hash.c
@@ -83,6 +83,7 @@ void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name)
83 ino_dev_hashtable[i] = bucket; 83 ino_dev_hashtable[i] = bucket;
84} 84}
85 85
86#ifdef CONFIG_FEATURE_CLEAN_UP
86/* Clear statbuf hash table */ 87/* Clear statbuf hash table */
87void reset_ino_dev_hashtable(void) 88void reset_ino_dev_hashtable(void)
88{ 89{
@@ -97,6 +98,7 @@ void reset_ino_dev_hashtable(void)
97 } 98 }
98 } 99 }
99} 100}
101#endif
100 102
101 103
102/* END CODE */ 104/* END CODE */