[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397344384-15302-1-git-send-email-tytso@mit.edu>
Date: Sat, 12 Apr 2014 19:13:04 -0400
From: Theodore Ts'o <tytso@....edu>
To: xfs@....sgi.com
Cc: Ext4 Developers List <linux-ext4@...r.kernel.org>,
Theodore Ts'o <tytso@....edu>,
Miklos Szeredi <mszeredi@...e.cz>
Subject: [PATCH] renameat2: add system call number for i386
Signed-off-by: "Theodore Ts'o" <tytso@....edu>
Cc: Miklos Szeredi <mszeredi@...e.cz>
---
src/renameat2.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/renameat2.c b/src/renameat2.c
index 5145959..8613aa9 100644
--- a/src/renameat2.c
+++ b/src/renameat2.c
@@ -14,6 +14,10 @@
#define SYS_renameat2 316
#endif
+#if !defined(SYS_renameat2) && defined(__i386__)
+#define SYS_renameat2 353
+#endif
+
static int renameat2(int dfd1, const char *path1,
int dfd2, const char *path2,
unsigned int flags)
--
1.9.0
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists