Files
rust/library/std/src/os/unix
MikaelUrankar 513f28db0a Fix building the documentation on FreeBSD.
It fixes the following error:
error[E0412]: cannot find type `sockcred2` in module `libc`
   --> library/std/src/os/unix/net/ancillary.rs:211:29
    |
211 | pub struct SocketCred(libc::sockcred2);
    |                             ^^^^^^^^^ not found in `libc`
2023-06-13 13:14:06 +02:00
..
2023-03-02 11:51:20 +01:00
2022-08-29 08:31:40 -07:00
2022-07-20 08:57:36 +01:00
2023-05-07 00:12:29 +03:00
2023-05-07 18:57:43 +03:00
2022-04-14 01:33:13 -04:00
2023-02-28 15:59:47 +01:00