commit | dae54e7bb25fa55110b2ac47ba7f1708d3179865 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 06 05:28:50 2025 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 06 05:28:50 2025 -0800 |
tree | 64d9805a64bd394410515e9b77ded71828f6aa62 | |
parent | e056be4b4ed6822df93ce46f936861a72e0e961c [diff] [blame] |
Fix copy & paste error in pidfd_getfd() docs. Bug: https://github.com/android/ndk/issues/2113 Change-Id: I7c2388165244cfb2becf57f5c53dd822f5e5f067
diff --git a/libc/include/sys/pidfd.h b/libc/include/sys/pidfd.h index aaf49c9..bd2b01e 100644 --- a/libc/include/sys/pidfd.h +++ b/libc/include/sys/pidfd.h
@@ -54,7 +54,7 @@ int pidfd_open(pid_t __pid, unsigned int __flags) __INTRODUCED_IN(31); /** - * [pidfd_getfd(2)](https://man7.org/linux/man-pages/man2/pidfd_open.2.html) + * [pidfd_getfd(2)](https://man7.org/linux/man-pages/man2/pidfd_getfd.2.html) * dups a file descriptor from another process. This file descriptor will have * the close-on-exec flag set by default. *