From e3dbb1f4e1a6f08eb4937187d9d762c68efe37fd Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sun, 5 Aug 2007 19:53:04 +0300 Subject: [PATCH] Revert "Add comment warning about static variable usage in multi threading environments" This reverts commit 47ff0994591f9f91594c752b5a5b041a86a50e04. --- fileops/listdir_recursive.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fileops/listdir_recursive.c b/fileops/listdir_recursive.c index 74405c5..acae8ec 100755 --- a/fileops/listdir_recursive.c +++ b/fileops/listdir_recursive.c @@ -7,10 +7,6 @@ #include #include -/* Since listdir() uses a static variable to keep track of the call depth, - it is not safe to use it in a multi threading environment. If this is the - case, then you need to pass 'dirdepth' as an argument to listdir(). - */ int listdir(const char *path) { struct dirent *pdent; -- 2.11.4.GIT