summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r--winsup/cygwin/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h
index 39f0f58a4..a43d9feb5 100644
--- a/winsup/cygwin/thread.h
+++ b/winsup/cygwin/thread.h
@@ -93,7 +93,7 @@ struct _winsup_t
struct tm _localtime_buf;
/* uinfo.cc */
- char _username[MAX_USER_NAME];
+ char _username[UNLEN + 1];
};