Skip to content

Commit

Permalink
Update flock_aix.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Helflym authored Oct 17, 2019
1 parent a1ee6b3 commit 63888f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flock_aix.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Copyright 2019 Tim Heckman. All rights reserved. Use of this source code is
// governed by the BSD 3-Clause license that can be found in the LICENSE file.

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This code implements the filelock API using POSIX 'fcntl' locks, which attach
// to an (inode, process) pair rather than a file descriptor. To avoid unlocking
// files prematurely when the same file is opened through different descriptors,
Expand Down

0 comments on commit 63888f6

Please sign in to comment.