]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r341598:
authorAlan Somers <asomers@FreeBSD.org>
Thu, 14 Feb 2019 20:24:33 +0000 (20:24 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 14 Feb 2019 20:24:33 +0000 (20:24 +0000)
commitf8578df58e7aaf402c8e229c2017b36406fbe0c4
tree67e0b3bb64321b25c00dbb71f8e7e16935f7e0d5
parentb2adebf5cb4bddfa6fc318bd122494e5166ec291
MFC r341598:

stat(2): clarify which syscalls modify file timestamps

The list of syscalls that modify st_atim, st_mtim, and st_ctim was quite out
of date and probably not accurate to begin with.  Update it, and make it
clear that the list is open-ended.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D18410
lib/libc/sys/stat.2