From f83449b688f03b592e26baa747c8b49d064ff17d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 14 Mar 2018 13:26:31 -0700 Subject: [PATCH] Revert "io.backend.unix: fix handle-length on stdin." This reverts commit b54da0f22bfe020897cf3e3572f17deb588f0f95. --- basis/io/backend/unix/unix.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/basis/io/backend/unix/unix.factor b/basis/io/backend/unix/unix.factor index e13d87d153..2468c53e58 100755 --- a/basis/io/backend/unix/unix.factor +++ b/basis/io/backend/unix/unix.factor @@ -173,8 +173,6 @@ M: stdin refill M: stdin cancel-operation [ size>> ] [ control>> ] bi [ cancel-operation ] bi@ ; -M: stdin fd>> data>> handle-fd ; ! for handle-length - : control-write-fd ( -- fd ) &: control_write uint deref ; : size-read-fd ( -- fd ) &: size_read uint deref ;