Blame SOURCES/testsuite-10.1.0-gettid.patch

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