git: futimesat() - Add futimesat() legacy system call

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Sep 11 12:24:51 PDT 2024


commit 5af8357c50765945141a412d2cc5be992ebf8848
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Sep 11 12:22:42 2024 -0700

    futimesat() - Add futimesat() legacy system call
    
    * Add legacy call for FreeBSD compatibility

Summary of changes:
 lib/libc/sys/Makefile.inc |  3 ++-
 lib/libc/sys/Symbol.map   |  3 +++
 lib/libc/sys/utimes.2     | 12 +++++++++++-
 sys/kern/init_sysent.c    |  1 +
 sys/kern/syscalls.c       |  1 +
 sys/kern/syscalls.master  |  1 +
 sys/kern/vfs_syscalls.c   | 31 +++++++++++++++++++++++++++++++
 sys/sys/param.h           |  3 ++-
 sys/sys/syscall.h         |  3 ++-
 sys/sys/syscall.mk        |  3 ++-
 sys/sys/sysproto.h        |  6 ++++++
 sys/sys/sysunion.h        |  1 +
 sys/sys/time.h            |  4 ++++
 13 files changed, 67 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5af8357c50765945141a412d2cc5be992ebf8848


-- 
DragonFly BSD source repository


More information about the Commits mailing list