From: Mikko Rasa Date: Tue, 15 Oct 2013 11:53:04 +0000 (+0300) Subject: Allow setting a pipe read-only or write-only after creation X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=9a4c531eb1aa68595cd3ab074b31bfa565aaefe2;hp=9a4c531eb1aa68595cd3ab074b31bfa565aaefe2;p=libs%2Fcore.git Allow setting a pipe read-only or write-only after creation This is useful for handing the pipe to a child process and then closing the unused end so an end-of-file event can be properly received. ---