]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
exch: fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 14 Dec 2023 10:44:14 +0000 (11:44 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Dec 2023 10:44:14 +0000 (11:44 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/exch.c

index 3a8e240edaf73261ed9d52fd24e6663001f7a902..a77cd660bf02606d25973b876047f1fe682f7dcf 100644 (file)
@@ -26,7 +26,7 @@
 # define RENAME_EXCHANGE (1 << 1)
 #endif
 
-#if !defined(HAVE_RENAMEAT2) && defined(SYS_renamea2)
+#if !defined(HAVE_RENAMEAT2) && defined(SYS_renameat2)
 static inline int renameat2(int olddirfd, const char *oldpath,
                            int newdirfd, const char *newpath, unsigned int flags)
 {