source:
trunk/minix/servers/fs/select.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 177 bytes |
Rev | Line | |
---|---|---|
[9] | 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 |
Note:
See TracBrowser
for help on using the repository browser.