From 7bb8fe4719182a79c01f92436b7a1ac0e301aec0 Mon Sep 17 00:00:00 2001 From: v1gnesh Date: Sun, 28 May 2023 10:28:00 +0530 Subject: [PATCH] Add zos build tag to term_nosyscall6.go --- term_nosyscall6.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term_nosyscall6.go b/term_nosyscall6.go index df92339..1c320fd 100644 --- a/term_nosyscall6.go +++ b/term_nosyscall6.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build aix os400 solaris +// +build aix os400 solaris zos package readline