- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / isdirectory.c
index 1d2477f47ad47304e15f77d1cc011b3bf307a3ab..28ed3ec29ae194b569bc41cfa3c55888199fa017 100644 (file)
@@ -15,7 +15,7 @@
  * Return TRUE if fileName is a directory.
  * Nonexistent files return FALSE.
  */
-int is_directory(const char *fileName, const int followLinks, struct stat *statBuf)
+int FAST_FUNC is_directory(const char *fileName, const int followLinks, struct stat *statBuf)
 {
        int status;
        struct stat astatBuf;