git: Add a renameat(2) system call.

看板DFBSD_commit作者時間15年前 (2010/08/01 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit c7238745be689761f482abf8114cdf2c17eedfe6 Author: Sascha Wildner <saw@online.de> Date: Sat Jul 31 22:46:31 2010 +0200 Add a renameat(2) system call. Based-on: FreeBSD Summary of changes: bin/ln/symlink.7 | 4 +- include/stdio.h | 3 +- lib/libc/sys/Makefile.inc | 2 +- lib/libc/sys/rename.2 | 82 +++++++++++++++++++++++++++++++++++++++++++-- sys/kern/init_sysent.c | 1 + sys/kern/syscalls.c | 1 + sys/kern/syscalls.master | 2 + sys/kern/vfs_syscalls.c | 32 +++++++++++++++++- sys/sys/syscall-hide.h | 1 + sys/sys/syscall.h | 3 +- sys/sys/syscall.mk | 3 +- sys/sys/sysproto.h | 10 +++++ sys/sys/sysunion.h | 1 + 13 files changed, 134 insertions(+), 11 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7238745be689761f482abf8114cdf2c17eedfe6 -- DragonFly BSD source repository
文章代碼(AID): #1CL8yHxw (DFBSD_commit)