Skip to content

ioctl on android is no longer tested. #4679

@mbyx

Description

@mbyx

Due to migrating to the new ctest which uses void * types to check function addresses in its tests instead of figuring out the exact type of the function, we can no longer test ioctl on android, because ioctl is an overloaded function with two different definitions, and without the exact type the compiler fails to identify which function to point to.

Fixing this would likely require changing the function pointer test back to the more complicated version we had previously, where we specified the type of the function pointer exactly.

This problem first came up in #4675.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions