#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 30 Oct 2018 11:57:25 +0100
changeset 23492 04f053648df7
parent 23491 113096ef5a36
child 23493 1a37df0ecc81
#BUGFIX by cg class: AbstractOperatingSystem class changed: #shutdownBidirectionalPipeOutput:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Tue Oct 30 10:55:27 2018 +0100
+++ b/AbstractOperatingSystem.st	Tue Oct 30 11:57:25 2018 +0100
@@ -3738,7 +3738,10 @@
     "inform the other end of the bidirectional pipe represented by fileDescriptor, that
      we will send no more data to the pipe, i.e. EOF is reached"
 
-    ^ self subclassResponsibility
+    "/ dummy here
+    ^ self
+
+    "Modified (comment): / 30-10-2018 / 11:56:39 / Claus Gittinger"
 ! !
 
 !AbstractOperatingSystem class methodsFor:'interrupts & signals'!