|
From: <sv...@va...> - 2015-08-24 19:27:03
|
Author: tom
Date: Mon Aug 24 20:26:56 2015
New Revision: 15588
Log:
Use sigjmp_buf
Modified:
trunk/helgrind/tests/safe-pthread.h
Modified: trunk/helgrind/tests/safe-pthread.h
==============================================================================
--- trunk/helgrind/tests/safe-pthread.h (original)
+++ trunk/helgrind/tests/safe-pthread.h Mon Aug 24 20:26:56 2015
@@ -4,7 +4,7 @@
#include <errno.h>
#include <assert.h>
-static jmp_buf env;
+static sigjmp_buf env;
/*
* Starting with glibc 2.20 some pthread calls may execute
|