diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2023-10-25 14:40:11 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2023-10-25 14:40:11 +0200 |
| commit | 8ed9ced09964a0f70ffcadd0aa8d25c7bc339352 (patch) | |
| tree | 4aefd3d5280837d2547a980995a3aa1a9eda4cb5 /vendor/golang.org/x/sys/unix/gccgo_c.c | |
| parent | f308ca92d1631e579fbfe3b3da13c93709dc18a2 (diff) | |
| download | gofu-8ed9ced09964a0f70ffcadd0aa8d25c7bc339352.tar.gz | |
bump all dependencies to their latest versions
Diffstat (limited to 'vendor/golang.org/x/sys/unix/gccgo_c.c')
| -rw-r--r-- | vendor/golang.org/x/sys/unix/gccgo_c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/gccgo_c.c b/vendor/golang.org/x/sys/unix/gccgo_c.c index 2cb1fef..f98a1c5 100644 --- a/vendor/golang.org/x/sys/unix/gccgo_c.c +++ b/vendor/golang.org/x/sys/unix/gccgo_c.c @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build gccgo -// +build !aix +//go:build gccgo && !aix && !hurd +// +build gccgo,!aix,!hurd #include <errno.h> #include <stdint.h> |
