]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(is_empty_dir): Open with O_NDELAY, so we don't hang, e.g., on a named pipe.
authorJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 13:46:27 +0000 (13:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 13:46:27 +0000 (13:46 +0000)
commit46f3108c99b657181f7aa4b562bee465cf1fc8b2
tree90a155ed989fc931907c93bf3be01bf616b05377
parenteb931cda05def92ae35dbe229bcd236fc873ad3e
(is_empty_dir): Open with O_NDELAY, so we don't hang, e.g., on a named pipe.
(OPEN_NO_FOLLOW_SYMLINK): Remove definition.  Use O_NOFOLLOW in
place of all uses, since it is guaranteed (system.h) to be defined.
src/remove.c