source: trunk/minix/servers/fs/select.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 177 bytes
Line 
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.