diff options
author | Christopher Faylor <me@cgf.cx> | 2009-01-09 05:18:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-01-09 05:18:02 +0000 |
commit | d95d8c5393988702112b8fcd154683150227cb7a (patch) | |
tree | 68eae25a4f9469fae8cbc227f8b4ca28e11c57e5 /winsup/cygwin/include/sys/cygwin.h | |
parent | 086dc27fec1b3e5ff4e01404b67e02d745f01d4b (diff) | |
download | cygnal-d95d8c5393988702112b8fcd154683150227cb7a.tar.gz cygnal-d95d8c5393988702112b8fcd154683150227cb7a.tar.bz2 cygnal-d95d8c5393988702112b8fcd154683150227cb7a.zip |
* include/sys/cygwin.h (CW_SETERRNO): Define.
* external.cc (CW_SETERRNO): Implement.
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 192 to reflect the
above change.
* path.cc (path_prefix_p): Treat X: as equivalent to x:.
* mkglobals_h: Remove unneeded #define.
* spawn.cc (spawn_guts): Avoid overly wordy initialization to zero.
Diffstat (limited to 'winsup/cygwin/include/sys/cygwin.h')
-rw-r--r-- | winsup/cygwin/include/sys/cygwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index 8c1101051..7ad0bcd66 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -141,7 +141,8 @@ typedef enum CW_SYNC_WINENV, CW_CYGTLS_PADSIZE, CW_SET_DOS_FILE_WARNING, - CW_SET_PRIV_KEY + CW_SET_PRIV_KEY, + CW_SETERRNO } cygwin_getinfo_types; #define CW_NEXTPID 0x80000000 /* or with pid to get next one */ |