summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/syscall/errno.c')
-rw-r--r--libgo/go/syscall/errno.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/syscall/errno.c b/libgo/go/syscall/errno.c
index 8e57811151a..d01f4c973d7 100644
--- a/libgo/go/syscall/errno.c
+++ b/libgo/go/syscall/errno.c
@@ -10,8 +10,8 @@
/* errno is typically a macro. These functions set
and get errno specific to the libc being used. */
-uintptr_t GetErrno() asm ("libgo_syscall.syscall.GetErrno");
-void SetErrno(uintptr_t) asm ("libgo_syscall.syscall.SetErrno");
+uintptr_t GetErrno() asm ("syscall.GetErrno");
+void SetErrno(uintptr_t) asm ("syscall.SetErrno");
uintptr_t
GetErrno()