summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gdamore/tcell/v2/nonblock_unix.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-01-06 13:10:27 +1100
committerGitHub <noreply@github.com>2023-01-06 13:10:27 +1100
commit1cf24a02d3994dc74ebf445481f2e4ea990e3f89 (patch)
tree7d33f75667f70f9e948173f78443b526940166a7 /vendor/github.com/gdamore/tcell/v2/nonblock_unix.go
parent1bb138c79c466e6207ae450a1bbd937c2713e449 (diff)
parent657b1e897fdec491ec4c497d3cc2533db21cdf57 (diff)
Merge pull request #2345 from Ryooooooga/fix-goroutine-leaks
Diffstat (limited to 'vendor/github.com/gdamore/tcell/v2/nonblock_unix.go')
-rw-r--r--vendor/github.com/gdamore/tcell/v2/nonblock_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/gdamore/tcell/v2/nonblock_unix.go b/vendor/github.com/gdamore/tcell/v2/nonblock_unix.go
index fe31844cf..160a6419d 100644
--- a/vendor/github.com/gdamore/tcell/v2/nonblock_unix.go
+++ b/vendor/github.com/gdamore/tcell/v2/nonblock_unix.go
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//go:build linux || aix || zos || solaris
// +build linux aix zos solaris
package tcell