From cea272de301e511472ff54905140f526c2ec61f4 Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Mon, 13 Apr 2015 19:37:04 -0400 Subject: runtime: rename close to closefd Avoids shadowing the builtin channel close function. Change-Id: I7a729b0937c8248fe27222be61318a88db995eee Reviewed-on: https://go-review.googlesource.com/8898 Reviewed-by: Ian Lance Taylor Run-TryBot: David Crawshaw --- src/runtime/sys_linux_ppc64x.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/sys_linux_ppc64x.s') diff --git a/src/runtime/sys_linux_ppc64x.s b/src/runtime/sys_linux_ppc64x.s index b0477d3c2f..fd7ce4fa48 100644 --- a/src/runtime/sys_linux_ppc64x.s +++ b/src/runtime/sys_linux_ppc64x.s @@ -67,7 +67,7 @@ TEXT runtime·open(SB),NOSPLIT,$-8-20 MOVW R3, ret+16(FP) RETURN -TEXT runtime·close(SB),NOSPLIT,$-8-12 +TEXT runtime·closefd(SB),NOSPLIT,$-8-12 MOVW fd+0(FP), R3 SYSCALL $SYS_close BVC 2(PC) -- cgit v1.3