svn commit: r283388 - head/sys/compat/linux
Julian Elischer
julian at freebsd.org
Mon May 25 02:27:24 UTC 2015
On 5/24/15 10:57 PM, Dmitry Chagin wrote:
> Author: dchagin
> Date: Sun May 24 14:57:39 2015
> New Revision: 283388
> URL: https://svnweb.freebsd.org/changeset/base/283388
>
> Log:
> Remove a now unused define.
>
> Differential Revision: https://reviews.freebsd.org/D1043
> Reviewed by: trasz
will we be losing the ability to run older linux binaries and libraries?
>
> Modified:
> head/sys/compat/linux/linux_misc.h
>
> Modified: head/sys/compat/linux/linux_misc.h
> ==============================================================================
> --- head/sys/compat/linux/linux_misc.h Sun May 24 14:57:17 2015 (r283387)
> +++ head/sys/compat/linux/linux_misc.h Sun May 24 14:57:39 2015 (r283388)
> @@ -90,10 +90,6 @@ extern const char *linux_platform;
> #define LINUX_CLONE_CHILD_CLEARTID 0x00200000
> #define LINUX_CLONE_CHILD_SETTID 0x01000000
>
> -#define LINUX_THREADING_FLAGS \
> - (LINUX_CLONE_VM | LINUX_CLONE_FS | LINUX_CLONE_FILES | \
> - LINUX_CLONE_SIGHAND | LINUX_CLONE_THREAD)
> -
> /* Scheduling policies */
> #define LINUX_SCHED_OTHER 0
> #define LINUX_SCHED_FIFO 1
>
>
More information about the svn-src-head
mailing list