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:
2
sysdeps/unix/sysv/linux/remove.c
Normal file
2
sysdeps/unix/sysv/linux/remove.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define IS_NO_DIRECTORY_ERROR errno != EISDIR
|
||||
#include <sysdeps/posix/remove.c>
|
Reference in New Issue
Block a user