Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 5, 2024
1 parent f5c478d commit 9a63a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bee/nonstd/debugging.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace std {
# elif defined(__APPLE__)
int mib[4];
struct kinfo_proc info;
std::size_t size = sizeof(info);
size_t size = sizeof(info);
info.kp_proc.p_flag = 0;
mib[0] = CTL_KERN;
mib[1] = KERN_PROC;
Expand Down

0 comments on commit 9a63a86

Please sign in to comment.