Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
Source project has a limited visibility.
  • jD91mZM2's avatar
    cdc9aa06
    Fix getpeername · cdc9aa06
    jD91mZM2 authored
    Rust's TcpListener fails because of the address format being wrong. The format
    comes from `accept`, but there we internally use this function.
    Verified
    cdc9aa06
    History
    Fix getpeername
    jD91mZM2 authored
    Rust's TcpListener fails because of the address format being wrong. The format
    comes from `accept`, but there we internally use this function.