diff options
author | Jason King <jasonbking@users.noreply.github.com> | 2020-09-18 12:45:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 12:45:07 -0500 |
commit | 69ac6c001ab11b88fdfc6b13fcc344154a268056 (patch) | |
tree | 48ce69317b070bd5a1e8b0a9d6900865b2b58217 | |
parent | 5ae8f87cd03318a02cdd5d0ab2e51e015122e299 (diff) | |
download | illumos-joyent-69ac6c001ab11b88fdfc6b13fcc344154a268056.tar.gz |
13111 Want futimes(), lutimes() and timespec/timeval conversion macros [fix manifest] (#331)
-rw-r--r-- | manifest | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12804,6 +12804,7 @@ s usr/share/man/man2/fstat.2=stat.2 s usr/share/man/man2/fstatat.2=stat.2 s usr/share/man/man2/fstatvfs.2=statvfs.2 s usr/share/man/man2/futimens.2=utimes.2 +s usr/share/man/man2/futimes.2=utimes.2 s usr/share/man/man2/futimesat.2=utimes.2 f usr/share/man/man2/getacct.2 0444 root bin f usr/share/man/man2/getaudit.2 0444 root bin @@ -12843,6 +12844,7 @@ s usr/share/man/man2/linkat.2=link.2 f usr/share/man/man2/llseek.2 0444 root bin f usr/share/man/man2/lseek.2 0444 root bin s usr/share/man/man2/lstat.2=stat.2 +s usr/share/man/man2/lutimes.2=utimes.2 f usr/share/man/man2/memcntl.2 0444 root bin f usr/share/man/man2/meminfo.2 0444 root bin f usr/share/man/man2/mincore.2 0444 root bin |