зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1578776 - wrap some synchronization-related STL headers; r=firefox-build-system-reviewers,mshal
I'm not sure how things have worked without these headers getting wrapped, but they need to be for declarations in them to work properly. Differential Revision: https://phabricator.services.mozilla.com/D44690 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e73c90f986
Коммит
b5f39847e1
|
@ -26,6 +26,7 @@ stl_headers = [
|
||||||
'cassert',
|
'cassert',
|
||||||
'climits',
|
'climits',
|
||||||
'cmath',
|
'cmath',
|
||||||
|
'condition_variable',
|
||||||
'cstdarg',
|
'cstdarg',
|
||||||
'cstdio',
|
'cstdio',
|
||||||
'cstdlib',
|
'cstdlib',
|
||||||
|
@ -42,9 +43,11 @@ stl_headers = [
|
||||||
'list',
|
'list',
|
||||||
'map',
|
'map',
|
||||||
'memory',
|
'memory',
|
||||||
|
'mutex',
|
||||||
'ostream',
|
'ostream',
|
||||||
'regex',
|
'regex',
|
||||||
'set',
|
'set',
|
||||||
|
'shared_mutex',
|
||||||
'stack',
|
'stack',
|
||||||
'string',
|
'string',
|
||||||
'thread',
|
'thread',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче