VirtualBox

Changeset 3571 in kBuild


Ignore:
Timestamp:
Jul 21, 2022 8:38:42 PM (3 years ago)
Author:
bird
Message:

kmk/func_set_umask: must query the umask after setting it as Windows removes unsupported flags. This prevents asserting in kmkbuiltin.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r3561 r3571  
    53385338
    53395339      umask (u);
    5340       g_fUMask = u;
     5340      g_fUMask = umask (u); /* Must get it again as windows modifies it. */
    53415341  }
    53425342  else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette