Merge pull request #6805 from bradfitz:bradfitz/mipsle

PiperOrigin-RevId: 407188968
This commit is contained in:
gVisor bot
2021-11-02 15:15:30 -07:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build arm || mips || 386
// +build arm mips 386
//go:build arm || mips || mipsle || 386
// +build arm mips mipsle 386
package atomicbitops
+2 -2
View File
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !arm && !mips && !386
// +build !arm,!mips,!386
//go:build !arm && !mips && !mipsle && !386
// +build !arm,!mips,!mipsle,!386
package atomicbitops