remove unnecessary build tags

Fixes #9237

PiperOrigin-RevId: 553523044
This commit is contained in:
Kevin Krakauer
2023-08-03 10:48:45 -07:00
committed by gVisor bot
parent 297e7e4e00
commit b4aeb6cd0c
+2 -2
View File
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build (linux && amd64) || (linux && arm64)
// +build linux,amd64 linux,arm64
//go:build linux
// +build linux
// Package stopfd provides an type that can be used to signal the stop of a dispatcher.
package stopfd