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

#define ENOTEMPTY                                                           (36)

/** Directory not empty **/
/*
POSIX(1)
*/