Skip to content

Commit 2612872

Browse files
tuxillojhendrixMSFTsouravgupta-msft
authored
Add DragonFlyBSD in azfile (#21119)
* Add DragonFlyBSD in azfile * include aix, update changelog --------- Co-authored-by: Joel Hendrix <[email protected]> Co-authored-by: Sourav Gupta <[email protected]>
1 parent 89d1be2 commit 2612872

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/storage/azfile/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
* Added `dragonfly` and `aix` to build constraints in `mmf_unix.go`.
14+
1315
## 1.0.0 (2023-07-12)
1416

1517
### Features Added

sdk/storage/azfile/file/mmf_unix.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//go:build go1.18 && (linux || darwin || freebsd || openbsd || netbsd || solaris)
1+
//go:build go1.18 && (linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris || aix)
22
// +build go1.18
3-
// +build linux darwin freebsd openbsd netbsd solaris
3+
// +build linux darwin dragonfly freebsd openbsd netbsd solaris aix
44

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

0 commit comments

Comments
 (0)