From: Frank Ch. Eigler Date: Wed, 29 Apr 2015 14:36:45 +0000 (-0400) Subject: NEWS: retroactively add mention of STAP_ERROR() embedded-c code X-Git-Tag: release-2.8~75 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=aa9bec70bfdb583f63b31bcf635d22479e1a57b2;p=systemtap.git NEWS: retroactively add mention of STAP_ERROR() embedded-c code (It was overlooked in the stap 2.5 block of release notes.) --- 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: