Changeset 3389 for trunk/src/kmk/main.c
- Timestamp:
- Jun 26, 2020, 7:16:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r3357 r3389 821 821 struct output make_sync; 822 822 823 #ifdef KMK 824 /** Current umask() value. */ 825 mode_t g_fUMask = 0022; 826 #endif 827 823 828 824 829 … … 1769 1774 #endif 1770 1775 1776 #ifdef KMK 1777 /* Get the incoming umask so we don't have to modify it later to get it. */ 1778 umask(g_fUMask = umask(0077)); 1779 #endif 1780 1771 1781 #ifdef CONFIG_NEW_WIN32_CTRL_EVENT 1772 1782 /* bird: dispatch signals in our own way to try avoid deadlocks. */
Note:
See TracChangeset
for help on using the changeset viewer.