diff options
Diffstat (limited to 'winsup/cygwin/globals.cc')
-rw-r--r-- | winsup/cygwin/globals.cc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc index 0baa96e3a..6060edcf3 100644 --- a/winsup/cygwin/globals.cc +++ b/winsup/cygwin/globals.cc @@ -147,12 +147,15 @@ extern "C" /* calloc */ calloc, /* premain */ {NULL, NULL, NULL, NULL}, /* run_ctors_p */ 0, - /* unused */ {0, 0, 0, 0, 0, 0, 0}, + /* unused */ {}, /* cxx_malloc */ &default_cygwin_cxx_malloc, /* hmodule */ NULL, - /* api_major */ CYGWIN_VERSION_API_MAJOR, - /* api_minor */ CYGWIN_VERSION_API_MINOR, - /* unused2 */ {0, 0, 0, 0, 0, 0}, + /* api_major */ 0, + /* api_minor */ 0, + /* unused2 */ {}, + /* pseudo_reloc_start */ NULL, + /* pseudo_reloc_end */ NULL, + /* image_base */ NULL, /* threadinterface */ &_mtinterf, /* impure_ptr */ _GLOBAL_REENT, }; |