[vlc-devel] [PATCH 4/5] vlccore: implement timeout-free poll()
KO Myung-Hun
komh78 at gmail.com
Mon Mar 4 14:02:37 CET 2013
Rémi Denis-Courmont wrote:
> Le samedi 2 mars 2013 20:06:33, KO Myung-Hun a écrit :
>> Rémi Denis-Courmont wrote:
>>> Le samedi 2 mars 2013 19:33:27, KO Myung-Hun a écrit :
>>>> Rémi Denis-Courmont wrote:
>>>>> Le samedi 2 mars 2013 17:11:09, KO Myung-Hun a écrit :
>>>>>> ---
>>>>>>
>>>>>> include/vlc_threads.h | 112
>>>>>>
>>>>>> +++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 103
>>>>>> insertions(+), 9 deletions(-)
>>>>>>
>>>>>> diff --git a/include/vlc_threads.h b/include/vlc_threads.h
>>>>>> index 12b56fd..475eaec 100644
>>>>>> --- a/include/vlc_threads.h
>>>>>> +++ b/include/vlc_threads.h
>>>>>> @@ -385,23 +385,117 @@ struct vlc_cleanup_t
>>>>>>
>>>>>> #endif /* !LIBVLC_USE_PTHREAD_CLEANUO */
>>>>>>
>>>>>> #ifndef LIBVLC_USE_PTHREAD_CANCEL
>>>>>>
>>>>>> +# include <unistd.h>
>>>>>> +# include <sys/socket.h>
>>>>>
>>>>> Not that I care personally, but does this not break Windows?
>>>>
>>>> I'm not sure.
>
> socketpair() does not exist on Windows.
Ooops...
> I think your code needs to go to src/os2/ only.
>
Ok...
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.22 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-os2-implement-poll-with-timeout-free-cancellation.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130304/6a19a8ff/attachment.ksh>
More information about the vlc-devel
mailing list