]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mach/hurd/fpathconf.c
Mon Sep 18 12:39:22 1995 Paul Eggert <eggert@twinsun.com>
[thirdparty/glibc.git] / sysdeps / mach / hurd / fpathconf.c
index 1899062741b451f45f672f2a8e6122858a6e19c9..f5e6579ee8278287467b78c0efe0d8b59a13bac9 100644 (file)
@@ -29,7 +29,7 @@ __fpathconf (int fd, int name)
   error_t err;
   long int value;
 
-  if (err = HURD_DPORT_USE (fd, __file_pathconf (port, name, &value)))
+  if (err = HURD_DPORT_USE (fd, __io_pathconf (port, name, &value)))
     return __hurd_dfail (fd, err), -1L;
 
   return value;