Bumping manifests a=b2g-bump
[gecko.git] / config / gcc_hidden_dso_handle.h
blobb42c50e75fe980c6e6bb4539fde6cb5451248791
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifdef __cplusplus
6 extern "C"
7 #endif
8 void *__dso_handle;
10 /* Begin all files as hidden visibility */
11 #pragma GCC visibility push(hidden)