Ignore:
Timestamp:
Sep 16, 2020, 1:28:47 AM (5 years ago)
Author:
bird
Message:

kash: Need to initialize mutexes on windows after forking now that we've finally got real mutexes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfork-win.c

    r3460 r3468  
    158158        setlocale(LC_ALL, "");
    159159        init_syntax();
     160        sh_init_globals();
    160161    }
    161162    return pid;
Note: See TracChangeset for help on using the changeset viewer.