1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Handle POSIX-compliant errno value of unlink in remove.

This commit is contained in:
Ulrich Drepper
2010-04-04 02:08:37 -07:00
parent 952df0afdc
commit cb652f30b0
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,2 @@
#define IS_NO_DIRECTORY_ERROR errno != EISDIR
#include <sysdeps/posix/remove.c>