PatchworkOS
Loading...
Searching...
No Matches
fd_t.h
Go to the documentation of this file.
1#ifndef _AUX_FD_T_H
2#define _AUX_FD_T_H 1
3
12typedef __UINT64_TYPE__ fd_t;
13
22#define FD_NONE __UINT64_MAX__
23
24#endif
__UINT64_TYPE__ fd_t
A file descriptor.
Definition fd_t.h:12