summaryrefslogtreecommitdiff
path: root/internal/c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-29 10:06:25 +0200
committerPaul Buetow <paul@buetow.org>2024-02-29 10:06:25 +0200
commit34cc66c02fe4592596613361a5ed152fe8f19ae5 (patch)
tree5efff8cdab1821becc415ba6a685ec5f17ede116 /internal/c
parent992b37d9e9d7614d54b4338bc285fc5756d639b7 (diff)
return correct value (e.g. bytes read)
Diffstat (limited to 'internal/c')
-rw-r--r--internal/c/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/c/types.h b/internal/c/types.h
index 7784e3e..7a1ff12 100644
--- a/internal/c/types.h
+++ b/internal/c/types.h
@@ -44,6 +44,6 @@ struct ret_event {
__u32 syscall_id;
__u32 pid;
__u32 tid;
- __u32 time;
__s64 ret;
+ __u32 time;
};