K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-05-05T22:12:56.546557Z K 7 svn:log V 211 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. END