SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/valgrind/patches/patch-include_pub_tool_libcsetjmp_h
Normal file
22
devel/valgrind/patches/patch-include_pub_tool_libcsetjmp_h
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- include/pub_tool_libcsetjmp.h.orig
|
||||
+++ include/pub_tool_libcsetjmp.h
|
||||
@@ -90,7 +90,8 @@
|
||||
|
||||
|
||||
#elif defined(VGP_amd64_linux) || defined(VGP_amd64_darwin) || \
|
||||
- defined(VGP_amd64_solaris) || defined(VGP_amd64_freebsd)
|
||||
+ defined(VGP_amd64_solaris) || defined(VGP_amd64_freebsd) || \
|
||||
+ defined(VGP_amd64_openbsd)
|
||||
|
||||
#define VG_MINIMAL_JMP_BUF(_name) ULong _name [16+1]
|
||||
__attribute__((returns_twice))
|
||||
@@ -100,7 +101,8 @@
|
||||
|
||||
|
||||
#elif defined(VGP_x86_linux) || defined(VGP_x86_darwin) || \
|
||||
- defined(VGP_x86_solaris) || defined(VGP_x86_freebsd)
|
||||
+ defined(VGP_x86_solaris) || defined(VGP_x86_freebsd) || \
|
||||
+ defined(VGP_x86_openbsd)
|
||||
|
||||
#define VG_MINIMAL_JMP_BUF(_name) UInt _name [8+1]
|
||||
__attribute__((returns_twice))
|
Loading…
Add table
Add a link
Reference in a new issue