diff options
Diffstat (limited to 'winsup/cygwin/environ.h')
-rw-r--r-- | winsup/cygwin/environ.h | 3 |
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; |