Blame SOURCES/testsuite-10.1.0-gettid.patch

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