glibc/sysdeps/unix/sysv/linux/remove.c

3 lines
80 B
C
Raw Normal View History

#define IS_NO_DIRECTORY_ERROR errno != EISDIR
#include <sysdeps/posix/remove.c>