Searched defs:unix_fd_type (Results 1 – 1 of 1) sorted by relevance
154 struct unix_fd_type struct156 int fd;159 unix_fd_type(int f) : fd(f) {} in unix_fd_type() argument161 operator int() const in operator int()