[vlc-devel] [PATCH 2/4] src: misc: use socketpair() instead of vlc_pipe() on OS/2

KO Myung-Hun komh78 at gmail.com
Sat Sep 12 05:32:55 CEST 2015



Rémi Denis-Courmont wrote:
> Le 2015-09-07 09:56, KO Myung-Hun a écrit :
>> On OS/2, poll() using select() works only on a socket.
> 
> You already wrote that and I already told you that, then, this patch
> won't work.
> 

Yes, but you didn't tell why this patch won't work. Here it works. If
you still want to say that this patch won't work, please tell me a
testcase. I willing to test it.

>> However, any other IO functions work with a socket.
> 
> And?
> 

To correct your mis-understanding of OS/2 sockets that you are
considering them like Windows sockets. And it means that replacing
vlc_pipe() with socketpair() is enough on OS/2.

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr



More information about the vlc-devel mailing list