diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |