From 9b50c9652a32cc3d8ec77d6ebad73dd89f20d825 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 16 Apr 2011 01:52:28 +0200
Subject: [PATCH 272/396] stubs.c: add renameat stub

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/common/stubs.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/common/stubs.c b/libc/sysdeps/linux/common/stubs.c
index dbe388e..31d420f 100644
--- a/libc/sysdeps/linux/common/stubs.c
+++ b/libc/sysdeps/linux/common/stubs.c
@@ -437,6 +437,10 @@ make_stub(vhangup)
 make_stub(vmsplice)
 #endif
 
+#ifndef __NR_renameat
+make_stub(renameat)
+#endif
+
 #ifndef __NR_fadvise64
 make_ret_stub(posix_fadvise)
 #endif
-- 
1.7.0.4

