diff options
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index 8e9ac25..deeef50 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -88,6 +88,10 @@ struct _winsup_t struct mntent mntbuf; int _iteration; DWORD available_drives; + char mnt_type[80]; + char mnt_opts[80]; + char mnt_fsname[MAX_PATH]; + char mnt_dir[MAX_PATH]; /* strerror */ char _strerror_buf[20]; |