git-renameat2
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 8 Oct 2022 15:53:16 +0000 (16:53 +0100)
committerHelmut Grohne <helmut@subdivi.de>
Sat, 8 Oct 2022 15:53:16 +0000 (16:53 +0100)
commitfee0cee5377f1e2ca9b747feb57aca55c20408d9
tree16143990fe1d961324c70492874a5336bcaccb1a
parent6b4dad718bf068e38f1de7bc0c3fa7c348e8003e
git-renameat2

commit 1b2184177553ce4ef8458034927ef50854be2af6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Feb 27 07:53:13 2019 -0800

    hurd: Add renameat2 support for RENAME_NOREPLACE

            * include/stdio.h (__renameat2): New hidden prototype.
            * stdio-common/renameat2.c (__renameat2): Add hidden definition.
            * sysdeps/mach/hurd/renameat.c (__renameat): Move implementation to...
            * sysdeps/mach/hurd/renameat2.c (__renameat2): ... new function, and
            add support for RENAME_NOREPLACE.
            * sysdeps/unix/sysv/linux/renameat2.c (__renameat2): Add hidden definition.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-renameat2.diff
include/stdio.h
stdio-common/renameat2.c
sysdeps/mach/hurd/renameat.c
sysdeps/mach/hurd/renameat2.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/renameat2.c