summaryrefslogtreecommitdiff
path: root/src/unix/bsd/netbsdlike/netbsd/mod.rs
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2023-05-15 17:02:15 +0200
committerJosh Triplett <josh@joshtriplett.org>2023-05-15 17:02:15 +0200
commit07f7c83349a5af80dcbb80ac6f2a8a12dbfdb97b (patch)
tree542bee1edd6fe3ac67d97425e7ecd2c57ad98eb3 /src/unix/bsd/netbsdlike/netbsd/mod.rs
parentd1df7024408f3c103d7d80fec4b25e165890afa1 (diff)
downloadrust-libc-07f7c83349a5af80dcbb80ac6f2a8a12dbfdb97b.tar.gz
Change branch references to HEAD where possible or main otherwise
This updates CI, documentation, and similar to work with a `main` branch. It also renames references to *other* repositories to work, as well, which additionally makes it easier to search for remaining references.
Diffstat (limited to 'src/unix/bsd/netbsdlike/netbsd/mod.rs')
-rw-r--r--src/unix/bsd/netbsdlike/netbsd/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/bsd/netbsdlike/netbsd/mod.rs b/src/unix/bsd/netbsdlike/netbsd/mod.rs
index de5ec3863e..46035df311 100644
--- a/src/unix/bsd/netbsdlike/netbsd/mod.rs
+++ b/src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1441,7 +1441,7 @@ pub const MS_SYNC: ::c_int = 0x4;
pub const MS_INVALIDATE: ::c_int = 0x2;
// Here because they are not present on OpenBSD
-// (https://github.com/openbsd/src/blob/master/sys/sys/resource.h)
+// (https://github.com/openbsd/src/blob/HEAD/sys/sys/resource.h)
pub const RLIMIT_SBSIZE: ::c_int = 9;
pub const RLIMIT_AS: ::c_int = 10;
pub const RLIMIT_NTHR: ::c_int = 11;