diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-29 10:06:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-29 10:06:25 +0200 |
| commit | 34cc66c02fe4592596613361a5ed152fe8f19ae5 (patch) | |
| tree | 5efff8cdab1821becc415ba6a685ec5f17ede116 /internal/c | |
| parent | 992b37d9e9d7614d54b4338bc285fc5756d639b7 (diff) | |
return correct value (e.g. bytes read)
Diffstat (limited to 'internal/c')
| -rw-r--r-- | internal/c/types.h | 2 |
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; }; |
