Merge pull request #4616 from kolyshkin/fix-cross-build

libc/int/userns: add build tag to C file
This commit is contained in:
Akihiro Suda
2025-02-07 11:37:34 +09:00
committed by GitHub
@@ -1,3 +1,5 @@
//go:build linux
#define _GNU_SOURCE
#include <fcntl.h>
#include <sched.h>