Blame SOURCES/testsuite-10.1.0-gettid.patch

854b2d
--- dyninst-10.1.0/testsuite-10.1.0/src/proccontrol/pcontrol_mutatee_tools.c.orig	2019-05-31 05:20:00.492379706 +0200
854b2d
+++ dyninst-10.1.0/testsuite-10.1.0/src/proccontrol/pcontrol_mutatee_tools.c	2019-05-31 05:10:11.354826668 +0200
854b2d
@@ -62,9 +62,9 @@
854b2d
 #if !defined(os_windows_test)
854b2d
 #include <poll.h>
854b2d
 
854b2d
-static unsigned int gettid(){
854b2d
-    return (unsigned int)pthread_self();
854b2d
-}
854b2d
+// static unsigned int gettid(){
854b2d
+//     return (unsigned int)pthread_self();
854b2d
+// }
854b2d
 #endif
854b2d
 
854b2d
 thread_t threads[MAX_POSSIBLE_THREADS];