summaryrefslogtreecommitdiff
path: root/src/errno/ENOTDIR.h
blob: 6efd7d288aca04689816e7f2290c8fc035a5a5d7 (plain)
1
2
3
4
5
6
7
8
#include <errno.h>

#define ENOTDIR                                                             (35)

/** Not a directory or a symbolic link to a directory **/
/*
POSIX(1)
*/