diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:33:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:33:22 +0000 |
commit | 10fcf738d732204a1f1e28878d68a27c5f12cf3b (patch) | |
tree | 7c66ecc62314115c1e895c238381883363acafd8 /include | |
parent | 4658ff5fee0369e08fe69bce90019fad154d9330 (diff) | |
download | src-10fcf738d732204a1f1e28878d68a27c5f12cf3b.tar.gz src-10fcf738d732204a1f1e28878d68a27c5f12cf3b.zip |
Vendor import of compiler-rt trunk r306325:vendor/compiler-rt/compiler-rt-trunk-r306325
Notes
Notes:
svn path=/vendor/compiler-rt/dist/; revision=320378
svn path=/vendor/compiler-rt/compiler-rt-trunk-r306325/; revision=320379; tag=vendor/compiler-rt/compiler-rt-trunk-r306325
Diffstat (limited to 'include')
-rw-r--r-- | include/xray/xray_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xray/xray_interface.h b/include/xray/xray_interface.h index dc0c277aa841..564613417069 100644 --- a/include/xray/xray_interface.h +++ b/include/xray/xray_interface.h @@ -60,7 +60,8 @@ extern int __xray_remove_handler(); /// start logging their subsequent affected function calls (if patched). /// /// Returns 1 on success, 0 on error. -extern int __xray_set_handler_arg1(void (*)(int32_t, XRayEntryType, uint64_t)); +extern int __xray_set_handler_arg1(void (*entry)(int32_t, XRayEntryType, + uint64_t)); /// Disables the XRay handler used to log first arguments of function calls. /// Returns 1 on success, 0 on error. |