NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58378 CVS commit: src/sys/sys



The following reply was made to PR kern/58378; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58378 CVS commit: src/sys/sys
Date: Sat, 29 Jun 2024 03:01:29 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Jun 29 03:01:29 UTC 2024
 
 Modified Files:
 	src/sys/sys: sdt.h
 
 Log Message:
 sys/sdt.h: Make SDT_PROBE* work as expressions.
 
 This way, they can be used inside other expressions with the comma
 operator, such as in the SET_ERROR macro.
 
 In preparation for PR kern/58378.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.23 src/sys/sys/sdt.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index