repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More memory for these drivers
[minix3.git]
/
servers
/
fs
/
select.h
blob
5e2cc8ebe2e9e9f70dc566ff8b812873c14bcea8
1
#ifndef _FS_SELECT_H
2
#define _FS_SELECT_H 1
3
4
/* return codes for select_request_* and select_cancel_* */
5
#define SEL_OK 0
/* ready */
6
#define SEL_ERROR 1
/* failed */
7
8
#endif
9