repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 'list_only' option (and modified 'run()' to respect it).
[python/dscho.git]
/
Mac
/
errno_unix.h
blob
00fbe5a0f89304a5cef3fd30b8536c70e72b97ea
1
2
#define ENOTDIR (-120)
3
#define EACCES (-54)
4
#define EEXIST (-48)
5
#define EBUSY (-47)
6
#define EROFS (-44)
7
#define ENOENT (-43)
8
#define ENFILE (-42)
9
#define EIO (-36)
10
#define ENOSPC (-34)
11
12
#define ESRCH 3
13
#define EINTR 4
14
#define EBADF 9
15
#define ENODEV 19
16
#define EINVAL 22
17
#define EMFILE 24
18