* doc/posix-functions/getrusage.texi: Document that the 'ru_maxrss'
field of 'struct rusage' is measured in bytes on macOS.
+2026-01-22 Collin Funk <collin.funk1@gmail.com>
+
+ doc: document a portability issue with macOS getrusage.
+ * doc/posix-functions/getrusage.texi: Document that the 'ru_maxrss'
+ field of 'struct rusage' is measured in bytes on macOS.
+
2026-01-20 Bruno Haible <bruno@clisp.org>
vasnprintf: Optimize when 'long double' is the same as 'double'.
@item
Many platforms don't fill in all the fields of @code{struct rusage} with
meaningful values.
+@item
+Some platforms fill the @code{ru_maxrss} field of @code{struct rusage}
+with the maximum resident set size in bytes instead of kilobytes:
+macOS 26.
@end itemize