diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 10:25:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 10:25:08 +0000 |
commit | c1fac80331ab5740c240c0c2baeca19225626d47 (patch) | |
tree | 5d06e0d07bee835717c62fba3a3b9efffc0b5ffe /sysdeps/posix/pathconf.c | |
parent | 87d2f3f00a4ca5d693855a7202ec0036dd8b23a6 (diff) | |
download | glibc-c1fac80331ab5740c240c0c2baeca19225626d47.tar.gz |
Update.
* include/sys/statvfs.h: New file.
Diffstat (limited to 'sysdeps/posix/pathconf.c')
-rw-r--r-- | sysdeps/posix/pathconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/pathconf.c b/sysdeps/posix/pathconf.c index f6d0253f69..edb3961c67 100644 --- a/sysdeps/posix/pathconf.c +++ b/sysdeps/posix/pathconf.c @@ -22,6 +22,8 @@ #include <limits.h> #include <fcntl.h> #include <sys/statfs.h> +#include <sys/statvfs.h> + /* Get file-specific information about PATH. */ long int @@ -163,7 +165,6 @@ __pathconf (const char *path, int name) return 32; #endif - case _PC_REC_INCR_XFER_SIZE: /* XXX It is not entirely clear what the limit is supposed to do. What is incremented? */ |