diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:04:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:04:25 +0000 |
commit | 9ccdcf7cb9f0817c4f3b0851795c2050a902af93 (patch) | |
tree | dee06e9dabf48a037a8194594e818548e156bc78 /clucene-core-2.3.3.4-usleep.patch | |
parent | 11980e51314ee94a02bcb93efb30b164ef64b3da (diff) |
automatic import of cluceneopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'clucene-core-2.3.3.4-usleep.patch')
-rw-r--r-- | clucene-core-2.3.3.4-usleep.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/clucene-core-2.3.3.4-usleep.patch b/clucene-core-2.3.3.4-usleep.patch new file mode 100644 index 0000000..31eb095 --- /dev/null +++ b/clucene-core-2.3.3.4-usleep.patch @@ -0,0 +1,11 @@ +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 +--- clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp.usleep 2011-03-16 19:21:07.000000000 -0500 ++++ clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp 2014-10-07 19:35:20.854480798 -0500 +@@ -4,6 +4,7 @@ + * Distributable under the terms of either the Apache License (Version 2.0) or + * the GNU Lesser General Public License, as specified in the COPYING file. + ------------------------------------------------------------------------------*/ ++#include <unistd.h> + #include "test.h" + + DEFINE_MUTEX(searchMutex); |