Skip to content

Commit

Permalink
Merge pull request #419 from tendstofortytwo/oom-freebsd
Browse files Browse the repository at this point in the history
fix compile regression on FreeBSD
  • Loading branch information
rhatdan authored May 14, 2023
2 parents be144a1 + 5510eb0 commit d0b6b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oom.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ void attempt_oom_adjust(int oom_score, int *old_value)
close(oom_score_fd);
#else
(void)oom_score;
(void)old_value;
#endif
}

0 comments on commit d0b6b25

Please sign in to comment.