aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-02 04:27:12 +0000
committerChristopher Faylor <me@cgf.cx>2001-04-02 04:27:12 +0000
commitf97adf983d118eee4f06807e2d9092f32e8846b1 (patch)
tree94990a300a1c9e4a4bfc91029d89d439d69088ca /winsup/cygwin/thread.h
parent68b3c65aa1b7d3d4b1fcd953f9de3f2ce518cd09 (diff)
downloadnewlib-f97adf983d118eee4f06807e2d9092f32e8846b1.zip
newlib-f97adf983d118eee4f06807e2d9092f32e8846b1.tar.gz
newlib-f97adf983d118eee4f06807e2d9092f32e8846b1.tar.bz2
* shared_info.h (mount_info): Remove mnt_ elements.
* thread.h (struct _winsup_t): Add mnt_ elements. * path.cc (fillout_mntent): Use mnt_ elements from reent_winsup ().
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r--winsup/cygwin/thread.h4
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];