aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0c7e03ee8..61574b5ee 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1712,7 +1712,7 @@ int bb_xioctl(int fd, unsigned request, void *argp) FAST_FUNC;
1712#define xioctl(fd,request,argp) bb_xioctl(fd,request,argp) 1712#define xioctl(fd,request,argp) bb_xioctl(fd,request,argp)
1713#endif 1713#endif
1714 1714
1715#if !ENABLE_PLATFORM_MINGW32 1715#if !ENABLE_PLATFORM_MINGW32 || ENABLE_FEATURE_EXTRA_FILE_DATA
1716char *is_in_ino_dev_hashtable(const struct stat *statbuf) FAST_FUNC; 1716char *is_in_ino_dev_hashtable(const struct stat *statbuf) FAST_FUNC;
1717void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name) FAST_FUNC; 1717void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name) FAST_FUNC;
1718void reset_ino_dev_hashtable(void) FAST_FUNC; 1718void reset_ino_dev_hashtable(void) FAST_FUNC;