SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/valgrind/patches/patch-callgrind_main_c
Normal file
12
devel/valgrind/patches/patch-callgrind_main_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- callgrind/main.c.orig
|
||||
+++ callgrind/main.c
|
||||
@@ -1726,7 +1726,8 @@
|
||||
break;
|
||||
}
|
||||
case systime_nsec:
|
||||
-# if defined(VGO_linux) || defined(VGO_solaris) || defined(VGO_freebsd)
|
||||
+# if defined(VGO_linux) || defined(VGO_solaris) || defined(VGO_freebsd) || \
|
||||
+ defined(VGO_openbsd)
|
||||
VG_(clock_gettime)(systime, VKI_CLOCK_MONOTONIC);
|
||||
VG_(clock_gettime)(syscputime, VKI_CLOCK_THREAD_CPUTIME_ID);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue