diff options
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r-- | winsup/cygwin/pwdgrp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index 53899e87d..94631c5e6 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -39,7 +39,7 @@ class pwdgrp char *buf, *lptr; int max_lines; bool initialized; - muto pglock; + static muto pglock; bool parse_passwd (); bool parse_group (); |