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:
authorCorinna Vinschen <corinna@vinschen.de>2008-03-12 20:04:10 +0300
committerCorinna Vinschen <corinna@vinschen.de>2008-03-12 20:04:10 +0300
commita66789a0c02dfc2933b47c669b5d40db748282f6 (patch)
treeb8da466b48d33ff478cbd58322327e4862229b1e /winsup/cygwin/environ.h
parent495571e5fc12807ff2b657bbb0899436b3ea5467 (diff)
* environ.h: Fix comment.
* winsup.h: Ditto. Reflect the fact that CYG_MAX_PATH is deprecated.
Diffstat (limited to 'winsup/cygwin/environ.h')
-rw-r--r--winsup/cygwin/environ.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/environ.h b/winsup/cygwin/environ.h
index a50ef5bad..067072bfc 100644
--- a/winsup/cygwin/environ.h
+++ b/winsup/cygwin/environ.h
@@ -15,8 +15,7 @@ void environ_init (char **, int)
/* The structure below is used to control conversion to/from posix-style
file specs. Currently, only PATH and HOME are converted, but PATH
needs to use a "convert path list" function while HOME needs a simple
- "convert to posix/win32". For the simple case, where a calculated length
- is required, just return CYG_MAX_PATH. *FIXME* */
+ "convert to posix/win32". */
struct win_env
{
const char *name;