diff options
Diffstat (limited to 'sysdeps/stub/dirfd.c')
-rw-r--r-- | sysdeps/stub/dirfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/dirfd.c b/sysdeps/stub/dirfd.c index ce40a28013..767bc215f8 100644 --- a/sysdeps/stub/dirfd.c +++ b/sysdeps/stub/dirfd.c @@ -23,7 +23,7 @@ int dirfd (dirp) - FILE *dirp; + DIR *dirp; { __set_errno (ENOSYS); return -1; |