diff options
Diffstat (limited to 'src/runtime/os_openbsd_syscall2.go')
| -rw-r--r-- | src/runtime/os_openbsd_syscall2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_openbsd_syscall2.go b/src/runtime/os_openbsd_syscall2.go index 0b796ade43..072f53320d 100644 --- a/src/runtime/os_openbsd_syscall2.go +++ b/src/runtime/os_openbsd_syscall2.go @@ -7,7 +7,7 @@ package runtime import ( - "runtime/internal/atomic" + "internal/runtime/atomic" "unsafe" ) |
