Kurt Jaeger <li...@opsec.eu> writes:

> Hi!
>
>> > I'll change the creation of the .a files and report back.
>> 
>> The build progresses until the "final" link.
>> 
>> There are still a few unresolved references.
>
> Like this in src/arch/io/timer/timer_signal_provider.cc:
>
> evp.sigev_notify_thread_id = _gettid();

  evp.sigev_notify_thread_id = pthread_getthreadid_np();

>
> which is linux-specific. I'm trying to understand whether
> this can be replaced by pthread_self() somehow.

Why not use kqueue code like OS X? And maybe salvage prior work

https://github.com/rethinkdb/rethinkdb/pull/688

Attachment: signature.asc
Description: PGP signature

Reply via email to