From aa9bec70bfdb583f63b31bcf635d22479e1a57b2 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 29 Apr 2015 10:36:45 -0400 Subject: [PATCH] NEWS: retroactively add mention of STAP_ERROR() embedded-c code (It was overlooked in the stap 2.5 block of release notes.) --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 67a3b7347..e65cd9932 100644 --- a/NEWS +++ b/NEWS @@ -176,6 +176,7 @@ - Embedded-C functions may use STAP_RETURN(value) instead of the more wordy STAP_RETVALUE assignment followed by a "goto out". The macro supports numeric or string values as appropriate. + STAP_ERROR(...) is available to return with a (catchable) error. - Some struct-sockaddr fields are now individually decoded for socket-related syscalls: -- 2.43.5