Skip to content

Commit

Permalink
futimesat: add forward to another function comment
Browse files Browse the repository at this point in the history
This fixes commit 5e6dfad.
  • Loading branch information
gportay committed Nov 27, 2024
1 parent 7035794 commit 9712774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futimesat.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ int futimesat(int dfd, const char *path, const struct timeval times[2])
__debug("%s(dfd: %i <-> '%s', path: '%s', ...)\n", __func__, dfd,
__fpath(dfd), path);

/* Forward to another function */
return __futimesat(dfd, path, times);
}

Expand Down

0 comments on commit 9712774

Please sign in to comment.