source:
branches/minix3-book/servers/fs/select.h@
13
| Last change on this file since 13 was 4, checked in by , 15 years ago | |
|---|---|
| File size: 177 bytes | |
| Rev | Line | |
|---|---|---|
| [4] | 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.