mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (#11790)
See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253937
This commit is contained in:
parent
4d80de899a
commit
642ba3f2d6
@ -1,4 +1,4 @@
|
||||
// +build windows darwin
|
||||
// +build windows darwin freebsd
|
||||
|
||||
/*
|
||||
* MinIO Cloud Storage, (C) 2021 MinIO, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows,!darwin
|
||||
// +build !windows,!darwin,!freebsd
|
||||
|
||||
/*
|
||||
* MinIO Cloud Storage, (C) 2021 MinIO, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build windows darwin
|
||||
// +build windows darwin freebsd
|
||||
|
||||
/*
|
||||
* MinIO Cloud Storage, (C) 2021 MinIO, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows,!darwin
|
||||
// +build !windows,!darwin,!freebsd
|
||||
|
||||
/*
|
||||
* MinIO Cloud Storage, (C) 2021 MinIO, Inc.
|
||||
|
Loading…
Reference in New Issue
Block a user