diff options
author | Christopher Faylor <me@cgf.cx> | 2006-04-21 19:40:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-04-21 19:40:48 +0000 |
commit | 478e8b1569403ae4c2e0f8c719e3e1b6cf53d90a (patch) | |
tree | 71a2db93e78100a5fcecdfa406419eee2846865c /winsup/cygwin | |
parent | 16dc3c95fbdc9914f526d5fd7178ff051b2a8259 (diff) | |
download | cygnal-478e8b1569403ae4c2e0f8c719e3e1b6cf53d90a.tar.gz cygnal-478e8b1569403ae4c2e0f8c719e3e1b6cf53d90a.tar.bz2 cygnal-478e8b1569403ae4c2e0f8c719e3e1b6cf53d90a.zip |
format comment using GNU-style
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/environ.cc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc index f0016b887..b96eaa050 100644 --- a/winsup/cygwin/environ.cc +++ b/winsup/cygwin/environ.cc @@ -189,13 +189,10 @@ posify (char **here, const char *value) MALLOC_CHECK; } -/* - * my_findenv -- - * Returns pointer to value associated with name, if any, else NULL. - * Sets offset to be the offset of the name/value combination in the - * environment array, for use by setenv(3) and unsetenv(3). - * Explicitly removes '=' in argument name. - */ +/* Returns pointer to value associated with name, if any, else NULL. + Sets offset to be the offset of the name/value combination in the + environment array, for use by setenv(3) and unsetenv(3). + Explicitly removes '=' in argument name. */ static char * __stdcall my_findenv (const char *name, int *offset) |