forked from pool/opa-ff
6daa301bc9
- Updates patches to latest sources: * opa-ff_fix_suse_build_issue.patch replaced by opa-ff-suse-build-fixes.patch * 0001-Add-shebang-for-exp-files.patch replaced by opa-ff-add-shebang-for-exp-files.patch - Add opa-ff-sigset-was-removed.patch to build with the latest glibc which does not expose <bits/sigset.h> anymore OBS-URL: https://build.opensuse.org/request/show/519113 OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-ff?expand=0&rev=26
19 lines
662 B
Diff
19 lines
662 B
Diff
diff --git Esm/ib/src/ibaccess/vs_thr.c Esm/ib/src/ibaccess/vs_thr.c
|
|
index 82f30ca..e9281f4 100755
|
|
--- Esm/ib/src/ibaccess/vs_thr.c
|
|
+++ Esm/ib/src/ibaccess/vs_thr.c
|
|
@@ -51,11 +51,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
* SFW 03/10/02 Initial functions all passing testcases.
|
|
* MGR 04/19/02 Changed pthread_kill call to pthread_cancel.
|
|
***********************************************************************/
|
|
-//#if defined(LINT)
|
|
+#if defined(LINT)
|
|
#include <pthread.h>
|
|
#define __signed__ signed
|
|
#include <bits/sigset.h>
|
|
-//#endif
|
|
+#endif
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|