aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/linux_syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cgo/linux_syscall.c')
-rw-r--r--src/runtime/cgo/linux_syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/cgo/linux_syscall.c b/src/runtime/cgo/linux_syscall.c
index 59761c8b40..0ea2da719a 100644
--- a/src/runtime/cgo/linux_syscall.c
+++ b/src/runtime/cgo/linux_syscall.c
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build linux
+//go:build linux
#ifndef _GNU_SOURCE // setres[ug]id() API.
#define _GNU_SOURCE