CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/01/04 12:27:21
Modified files:
sys/compat/linux: linux_sched.c
Log message:
Previous commit was too restrictive: just ignore the CLONE_FS flag
when not doing CLONE_THREAD, like we did before, instead of treating
it as an error. This unbreaks Opera running in linux compat.
Also, Linux completely ignores CLONE_DETACHED, so do that too, and
consistently refer to the flags in comment via their Linux names
without trying to abbreviate them further.
Problem found and fix confirmed by sturm@