Skip to content

Commit

Permalink
lib/fdlimit.c: Fix the name of getfdlimit function
Browse files Browse the repository at this point in the history
It was still named getfdcount in one #ifdef case.
  • Loading branch information
Julien-Elie committed Jul 9, 2023
1 parent 9506c79 commit ae34838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fdlimit.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ getfdlimit(void)
# include <sys/param.h>

int
getfdcount(void)
getfdlimit(void)
{
# ifdef NOFILE
return NOFILE;
Expand Down

0 comments on commit ae34838

Please sign in to comment.