Return true if FD represents success for target_directory_operand. */
| 35 | |
| 36 | /* Return true if FD represents success for target_directory_operand. */ |
| 37 | TARGETDIR_INLINE _GL_ATTRIBUTE_PURE bool |
| 38 | target_dirfd_valid (int fd) |
| 39 | { |
| 40 | return fd != -1 - (AT_FDCWD == -1); |
| 41 | } |
| 42 | |
| 43 | _GL_INLINE_HEADER_END |
no outgoing calls
no test coverage detected