enum fcntl_type

enum fcntl_type {
    FCNTL_UNKNOWN,
    FCNTL_INT,
    FCNTL_F_OWNER_EX,
};