Skip to content

Commit

Permalink
Add zos support to storage/azblob (Azure#23729)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacMalainey authored Nov 19, 2024
1 parent c0dc3c3 commit 5b99014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/azblob/internal/shared/mmf_unix.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build go1.18 && (linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris || aix)
//go:build go1.18 && (linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris || aix || zos)
// +build go1.18
// +build linux darwin dragonfly freebsd openbsd netbsd solaris aix
// +build linux darwin dragonfly freebsd openbsd netbsd solaris aix zos

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
Expand Down

0 comments on commit 5b99014

Please sign in to comment.