]> git.ipfire.org Git - thirdparty/man-pages.git/commit
process_madvise.2: Document the glibc wrapper
authorAlejandro Colomar <alx@kernel.org>
Sun, 25 Feb 2024 12:15:13 +0000 (13:15 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 25 Feb 2024 12:15:42 +0000 (13:15 +0100)
commit28628d82666104195eaf4491eb626e3fcc9bb2c9
tree379f823072e824f4d57c2f0c1f58397cce6010fa
parent62463dd7d0724ee543412b2cd33c3b9666dd7a62
process_madvise.2: Document the glibc wrapper

$ grepc -n process_madvise /usr/include/
/usr/include/x86_64-linux-gnu/bits/mman_ext.h:25:
extern __ssize_t process_madvise (int __pid_fd, const struct iovec *__iov,
  size_t __count, int __advice,
  unsigned __flags)
  __THROW;

Reported-by: Florian Weimer <fweimer@redhat.com>
Cc: Carlos O'Donell <carlos@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/process_madvise.2