Skip to content

Commit

Permalink
fix C types
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <[email protected]>
  • Loading branch information
giampaolo committed Jan 31, 2025
1 parent 7225381 commit ded45f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/arch/osx/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


static int
psutil_sys_vminfo(vm_statistics64_t *vmstat) {
psutil_sys_vminfo(vm_statistics64_t vmstat) {
kern_return_t ret;
unsigned int count = HOST_VM_INFO64_COUNT;
mach_port_t mport = mach_host_self();
Expand Down

0 comments on commit ded45f6

Please sign in to comment.