aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2025-06-03 14:19:04 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2025-06-03 14:19:04 +0000
commit680f1a39ee4b6cd2fb4dcf3de195bd58626b9525 (patch)
tree3624d966b679b5862321571bcd3ce83655c1b76d /lib/libc
parentac4c4c2739a8fadd328707baec11c8443e2fa2dc (diff)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/include/block_abi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/block_abi.h b/lib/libc/include/block_abi.h
index e04998d6148d..cf670c6c079e 100644
--- a/lib/libc/include/block_abi.h
+++ b/lib/libc/include/block_abi.h
@@ -37,7 +37,7 @@
* compilers that support blocks and exposing the ABI in the source for other
* compilers.
*/
-#define CALL_BLOCK(name, ...) name(__VA_ARGS__)
+#define CALL_BLOCK(name, ...) (name)(__VA_ARGS__)
#else // !__BLOCKS__
#define DECLARE_BLOCK(retTy, name, argTys, ...)\
struct {\