diff --git a/runtime/ldc2.diff b/runtime/ldc2.diff index 99011431..042c4ca7 100644 --- a/runtime/ldc2.diff +++ b/runtime/ldc2.diff @@ -83,24 +83,6 @@ Index: src/common/core/thread.d asm { popad; -@@ -717,7 +763,7 @@ - * represents the minimum valid priority for the scheduling policy of - * the process. - */ -- static const int PRIORITY_MIN; -+ static int PRIORITY_MIN; - - - /** -@@ -726,7 +772,7 @@ - * represents the minimum valid priority for the scheduling policy of - * the process. - */ -- static const int PRIORITY_MAX; -+ static int PRIORITY_MAX; - - - /** @@ -2259,6 +2305,18 @@ version = AsmPPC_Posix; }