| HMODULE __mingw_get_msvcrt_handle (void); |
| int __cdecl _umask (int); |
| errno_t __cdecl _umask_s (int, int *); |
| static errno_t __cdecl _int_umask_s (int, int *); |
| static errno_t __cdecl _stub (int, int *); |
| errno_t __cdecl (*__MINGW_IMP_SYMBOL(_umask_s))(int, int *) = |
| errno_t __cdecl (*f)(int, int *) = __MINGW_IMP_SYMBOL(_umask_s); |
| f = (errno_t __cdecl (*)(int, int *)) |
| GetProcAddress (__mingw_get_msvcrt_handle (), "_umask_s"); |
| __MINGW_IMP_SYMBOL(_umask_s) = f; |
| _umask_s (int m, int *pold) |
| _int_umask_s (int m, int *pold) |