Blame SOURCES/testsuite-10.1.0-gettid.patch

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