Add debug_return_ssize_t
This commit is contained in:
@@ -456,6 +456,14 @@ sudo_debug_exit_size_t_v1(const char *func, const char *file, int line,
|
||||
"<- %s @ %s:%d := %zu", func, file, line, rval);
|
||||
}
|
||||
|
||||
void
|
||||
sudo_debug_exit_ssize_t_v1(const char *func, const char *file, int line,
|
||||
int subsys, ssize_t rval)
|
||||
{
|
||||
sudo_debug_printf2(NULL, NULL, 0, subsys | SUDO_DEBUG_TRACE,
|
||||
"<- %s @ %s:%d := %zd", func, file, line, rval);
|
||||
}
|
||||
|
||||
void
|
||||
sudo_debug_exit_bool_v1(const char *func, const char *file, int line,
|
||||
int subsys, bool rval)
|
||||
|
Reference in New Issue
Block a user