commit | 7fb8d584a9e8052f579251cbac49c7ebbf694126 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 06 15:57:38 2025 +0000 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 06 15:57:38 2025 +0000 |
tree | 2dc31d326626dbc6c724dfb2a22f14bf9c057b0d | |
parent | cb052f7b5a10cbed9d01412f3ed3687d6dfdaff3 [diff] [blame] |
Fix a lot of man7 links to be more specific. Bug: https://github.com/android/ndk/issues/2113 Change-Id: Ifc3add91c39422985c63e895dc32443b8f736c9d
diff --git a/libc/include/sys/mman.h b/libc/include/sys/mman.h index 38cbf2f..3fe1f9c 100644 --- a/libc/include/sys/mman.h +++ b/libc/include/sys/mman.h
@@ -126,7 +126,7 @@ int mlock(const void* _Nonnull __addr, size_t __size); /** - * [mlock2(2)](https://man7.org/linux/man-pages/man2/mlock.2.html) + * [mlock2(2)](https://man7.org/linux/man-pages/man2/mlock2.2.html) * locks pages (preventing swapping), with optional flags. * * Available since API level 30.