utrace support with label based signature.

This commit is contained in:
David Carlier
2020-11-23 15:00:38 +00:00
committed by David Goldblatt
parent 92e189be8b
commit 520b75fa2d
4 changed files with 30 additions and 6 deletions

View File

@@ -250,7 +250,7 @@ typedef struct {
ut.p = (a); \
ut.s = (b); \
ut.r = (c); \
utrace(&ut, sizeof(ut)); \
UTRACE_CALL(&ut, sizeof(ut)); \
errno = utrace_serrno; \
} \
} while (0)