clucene-core-2.3.3.4-usleep.patch 662 B

123456789101112
  1. diff -up clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp.usleep clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp
  2. --- clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp.usleep 2011-03-16 19:21:07.000000000 -0500
  3. +++ clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp 2014-10-07 19:35:20.854480798 -0500
  4. @@ -4,6 +4,7 @@
  5. * Distributable under the terms of either the Apache License (Version 2.0) or
  6. * the GNU Lesser General Public License, as specified in the COPYING file.
  7. ------------------------------------------------------------------------------*/
  8. +#include <unistd.h>
  9. #include "test.h"
  10. DEFINE_MUTEX(searchMutex);