Skip to content

libc::sock_txtime is not defined for target mipsel-unknown-linux-musl #1719

Closed
@zonyitoo

Description

@zonyitoo
error[E0412]: cannot find type `sock_txtime` in crate `libc`
   --> /cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.24.1/src/sys/socket/sockopt.rs:589:60
    |
589 |     TxTime, Both, libc::SOL_SOCKET, libc::SO_TXTIME, libc::sock_txtime);
    |                                                            ^^^^^^^^^^^ not found in `libc`

Is this API really exists for this target? If so, please add it to the libc crate.

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