mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-19 14:33:22 +08:00
(dirfd): Reflect the fact that DIR_TO_FD now takes an argument.
This commit is contained in:
parent
ef991b4aa3
commit
4f2e8e8b2b
@ -26,5 +26,5 @@
|
||||
int
|
||||
dirfd (DIR const *dir_p)
|
||||
{
|
||||
return DIR_TO_FD;
|
||||
return DIR_TO_FD (dir_p);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user