diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-04-27 15:21:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 15:21:18 +0100 |
| commit | beb698f31d9ca30c7f9a94634f9fb1b28c1727b7 (patch) | |
| tree | ca24ac3af4fdc01488f5fc2e705d7a24318cbf4d /src/parser.cpp | |
| parent | 9cf7a31068bb8f9bf63c6e7e8f350125334ea406 (diff) | |
| parent | c5982e52d57ceba420d70f1d8d9d10197f4c7d61 (diff) | |
Merge branch 'master' into sync-cond-futex
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 767119aa8..df7f908a6 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -5751,7 +5751,7 @@ ParseFileError parse_packages(Parser *p, String init_filename) { } } } - + { // Add these packages serially and then process them parallel mutex_lock(&p->wait_mutex); |