From b4d1e085a358786a51c56c20a12c98243d4c8a9a Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 23 Apr 2011 14:17:05 +0200
Subject: [PATCH 337/396] close.c: fix typo s|syscall1_noerr|syscall_noerr1|

Reported-by: Tony Wu <tung7970@gmail.com>
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/common/close.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/close.c b/libc/sysdeps/linux/common/close.c
index 2e05bd0..c26525c 100644
--- a/libc/sysdeps/linux/common/close.c
+++ b/libc/sysdeps/linux/common/close.c
@@ -15,7 +15,7 @@
 _syscall1(int, __NC(close), int, fd)
 
 #define __NR___close_nocancel_no_status __NR_close
-_syscall1_noerr(void, __close_nocancel_no_status, int, fd)
+_syscall_noerr1(void, __close_nocancel_no_status, int, fd)
 
 CANCELLABLE_SYSCALL(int, close, (int fd), (fd))
 lt_libc_hidden(close)
-- 
1.7.0.4

