Blame SOURCES/testsuite-10.1.0-gettid.patch

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