From c33a2266f2dbfd11e3659fddcafa8f6d02853cfa Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 6 Jun 2019 12:42:33 +0000 Subject: debug interfaces: __dbg_event_query_all(): updated interface signature. --- include/sys/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sys/debug.h b/include/sys/debug.h index 60c6c54..a483463 100644 --- a/include/sys/debug.h +++ b/include/sys/debug.h @@ -144,7 +144,7 @@ int __dbg_kill(int); * of elements in the user-provided buffer. **/ int __dbg_event_query_one(int, struct __dbg_event *); -int __dbg_event_query_all(int, struct __dbg_event[], int); +int __dbg_event_query_all(int, struct __dbg_event *, int); /** * first acquire (remove from the queue) the next pending debug event; -- cgit v1.2.3