SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/valgrind/patches/patch-include_pub_tool_libcproc_h
Normal file
11
devel/valgrind/patches/patch-include_pub_tool_libcproc_h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- include/pub_tool_libcproc.h.orig
|
||||
+++ include/pub_tool_libcproc.h
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
extern Int VG_(gettimeofday)(struct vki_timeval *tv, struct vki_timezone *tz);
|
||||
|
||||
-# if defined(VGO_linux) || defined(VGO_solaris) || defined(VGO_freebsd)
|
||||
+# if defined(VGO_linux) || defined(VGO_solaris) || defined(VGO_freebsd) || defined(VGO_openbsd)
|
||||
/* Get the clock value as specified by clk_id. Asserts if unsuccesful. */
|
||||
extern void VG_(clock_gettime)(struct vki_timespec *ts, vki_clockid_t clk_id);
|
||||
# elif defined(VGO_darwin)
|
Loading…
Add table
Add a link
Reference in a new issue