]> git.proxmox.com Git - rustc.git/blobdiff - vendor/libc/CONTRIBUTING.md
New upstream version 1.40.0+dfsg1
[rustc.git] / vendor / libc / CONTRIBUTING.md
index 7c22c08622530ac5778292a28cfba1253529d0ff..052777f41617b705650c20de495899633874a8a3 100644 (file)
@@ -21,7 +21,7 @@ Consequently, this indicates where an API should be added! Adding an API at a
 particular level in the hierarchy means that it is supported on all the child
 platforms of that level. For example, when adding a Unix API it should be added
 to `src/unix/mod.rs`, but when adding a Linux-only API it should be added to
-`src/unix/notbsd/linux/mod.rs`.
+`src/unix/linux_like/linux/mod.rs`.
 
 If you're not 100% sure at what level of the hierarchy an API should be added
 at, fear not! This crate has CI support which tests any binding against all