Hi, all

I made a evas patch for FreeBSD 7.1 later, in SVN.

When you specified --enable-pthreads, evas in SVN build is fault on
non-linux based unix OS. Because evas_common_cpu_count() is using
sched_getaffinity() that is linux specification system call.

This patch modified two things.

  1. Add "#ifdef __linux__" that is linux routine.

  2. Add a routine that get cpu affinity for FreeBSD 7.1 later.
    (Because getting cpu affinity system call cpuset_getaffinity()
    appeared in FreeBSD 7.1)

Best Regards.
-=-=-=-=-=-=-=-=-
Naruto TAKAHASHI
[EMAIL PROTECTED]

-------------------------------------------------------------------------
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