Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-02-15 21:07:07 +0300
committerChristopher Faylor <me@cgf.cx>2008-02-15 21:07:07 +0300
commite5f8ee9e61c026cd1179a0abcd760b220c12946e (patch)
tree321e6e699010c579eda3207c8b9b232d3bd8bafa
parent70300fdb1c4f0834f83441fcd3fa029e110a7c2e (diff)
* include/sys/cygwin.h (external_pinfo): Define program_long size using
external buffer size rather than cygwin-internal buffer size.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/include/sys/cygwin.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9ea7bc209..d43e318aa 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2008-02-15 Christopher Faylor <me+cygwin@cgf.cx>
+ * include/sys/cygwin.h (external_pinfo): Define program_long size using
+ external buffer size rather than cygwin-internal buffer size.
+
+2008-02-15 Christopher Faylor <me+cygwin@cgf.cx>
+
Perform whitespace cleanup throughout.
* dcrt0.cc (signal_shift_subtract): Eliminate ancient backwards
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h
index 287cc1db3..b8738fa70 100644
--- a/winsup/cygwin/include/sys/cygwin.h
+++ b/winsup/cygwin/include/sys/cygwin.h
@@ -266,7 +266,7 @@ struct external_pinfo
__gid32_t gid32;
/* Only available if version >= EXTERNAL_PINFO_VERSION_32_LP */
- char progname_long[NT_MAX_PATH];
+ char progname_long[PATH_MAX];
};
#endif /*__CYGWIN__*/
#endif /*WINVER*/