X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffsusage.c;h=337bf5315d97a2fa1c35b06c6f45300270c820f9;hb=a3a70ebafd7f2fdc069d43e8a26fc246dd7fe5bb;hp=a305979bab2b8251bf3549ba6326e0c20c3e3098;hpb=3a41dc1ed7d0ebd9641af36d0a50868d090e1a57;p=gnulib.git diff --git a/lib/fsusage.c b/lib/fsusage.c index a305979ba..337bf5315 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -56,6 +56,11 @@ # include "full-read.h" #endif +/* The results of open() in this file are not used with fchdir, + therefore save some unnecessary work in fchdir.c. */ +#undef open +#undef close + /* Many space usage primitives use all 1 bits to denote a value that is not applicable or unknown. Propagate this information by returning a uintmax_t value that is all 1 bits if X is all 1 bits, even if X