| commit | fe505f24523d449c02294f18e689b2e86c9ee677 | [log] [tgz] |
|---|---|---|
| author | Abhay Kumar <abhay.kumar@radisys.com> | Mon Nov 10 14:16:31 2025 +0000 |
| committer | Abhay Kumar <abhay.kumar@radisys.com> | Wed Dec 03 16:11:16 2025 +0000 |
| tree | adcdf503a9172ae71fd0c4077212540ffd8a311d | |
| parent | 560ac2b44dc08890d9ae2ed9f78dbe4481d87846 [diff] [blame] |
[VOL-5486] Fix deprecated versions Change-Id: Ia8cf5de26cc045c8519da848cd4314459a331e16 Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/vendor/golang.org/x/sys/unix/gccgo.go b/vendor/golang.org/x/sys/unix/gccgo.go index 0dee232..aca5721 100644 --- a/vendor/golang.org/x/sys/unix/gccgo.go +++ b/vendor/golang.org/x/sys/unix/gccgo.go
@@ -2,8 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build gccgo && !aix -// +build gccgo,!aix +//go:build gccgo && !aix && !hurd package unix