Date: Wed, 5 May 2010 22:12:56 +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: <201005052213.o45MD7h3087806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-05-05 22:12:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/sys unlink.2 Log: SVN rev 207682 on 2010-05-05 22:12:56Z by jilles MFC r207190: 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. Revision Changes Path 1.23.2.2 +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?201005052213.o45MD7h3087806>