]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Rewrite. Now, this module is reentrant on systems
authorJim Meyering <jim@meyering.net>
Tue, 22 Nov 2005 15:04:51 +0000 (15:04 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Nov 2005 15:04:51 +0000 (15:04 +0000)
commitb8616748f232f6e75dc330cee25069f45f1c6a21
tree0f54c63971fd3e04de30d7e17090e4160d9dc641
parent9c14365b2a7fd1156d6abdeda63fc2744825e641
Rewrite.  Now, this module is reentrant on systems
that provide openat (Solaris), and on systems like Linux+procfs
where our openat emulation code is reentrant.  This also fixes a
few low-probability leaks and eliminates some code that could,
in very unusual circumstances, cause rm() (via a callee) to exit.
src/remove.c