Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2732 → Rev 2733

/trunk/uspace/lib/libc/include/errno.h
42,6 → 42,7
#define ENOTDIR (-258)
#define ENOSPC (-259)
#define EEXIST (-260)
#define ENOTEMPTY (-261)
 
#endif