aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/os_linux.go')
-rw-r--r--src/runtime/os_linux.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/runtime/os_linux.go b/src/runtime/os_linux.go
index c4f503c8c9..6ce656c70e 100644
--- a/src/runtime/os_linux.go
+++ b/src/runtime/os_linux.go
@@ -7,8 +7,8 @@ package runtime
import (
"internal/abi"
"internal/goarch"
+ "internal/runtime/atomic"
"internal/runtime/syscall"
- "runtime/internal/atomic"
"unsafe"
)
@@ -402,9 +402,9 @@ func unminit() {
func mdestroy(mp *m) {
}
-//#ifdef GOARCH_386
-//#define sa_handler k_sa_handler
-//#endif
+// #ifdef GOARCH_386
+// #define sa_handler k_sa_handler
+// #endif
func sigreturn__sigaction()
func sigtramp() // Called via C ABI