On 10/26/2008 07:56, Joerg Sonnenberger wrote:
> On Sat, Oct 25, 2008 at 01:18:25PM -0500, Ravenlock wrote:
>>> eina build failed on FreeBSD, so I made FreeBSD patch.
>> In SVN! :)
> 
> Please invert that patch. CLOCK_PROF is mostly present, the alternative
> not. E.g. linux clock if present, otherwise CLOCK_PROF or CLOCK_REALTIME
> as last line of fallback.

You prefer:

#ifdef __linux__
  CLOCK_PROCESS_CPUTIME_ID
#else
  CLOCK_PROF -or- CLOCK_REALTIME
#endif

because CLOCK_PROCESS_CPUTIME_ID is not implemented on *many* platforms,
but known to linux?

> 
> Joerg
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 
> 


-- 
Regards,
Ravenlock


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to