Date: Sun, 25 Apr 2010 13:55:52 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/sys unlink.2 Message-ID: <201004251356.o3PDu1xw014422@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-04-25 13:55:52 UTC FreeBSD src repository Modified files: lib/libc/sys unlink.2 Log: SVN rev 207190 on 2010-04-25 13:55:52Z by jilles unlinkat(2): unlinkat(AT_REMOVEDIR) fails with ENOTEMPTY like rmdir() for non-empty directories. POSIX permits both ENOTEMPTY and EEXIST, but we use the clearer ENOTEMPTY, following BSD tradition. MFC after: 1 week Revision Changes Path 1.25 +2 -2 src/lib/libc/sys/unlink.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004251356.o3PDu1xw014422>