summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/cygwin.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-25 01:19:13 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-25 01:19:13 +0000
commit5ef9bbc874c0f3210f84cd36adddfcd69cee2962 (patch)
tree09af6cbf3216f3cedcfe7ed00faf373368f33189 /winsup/cygwin/include/sys/cygwin.h
parent5dbaca1607d7650bfb3c8fe2766ad3aed044e0c1 (diff)
downloadcygnal-5ef9bbc874c0f3210f84cd36adddfcd69cee2962.tar.gz
cygnal-5ef9bbc874c0f3210f84cd36adddfcd69cee2962.tar.bz2
cygnal-5ef9bbc874c0f3210f84cd36adddfcd69cee2962.zip
* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.
* external.cc (cygwin_internal): Implement CW_GET_BINMODE. * include/sys/cygwin.h: Declare CW_GET_BINMODE.
Diffstat (limited to 'winsup/cygwin/include/sys/cygwin.h')
-rw-r--r--winsup/cygwin/include/sys/cygwin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h
index 10b1b0823..2b4246288 100644
--- a/winsup/cygwin/include/sys/cygwin.h
+++ b/winsup/cygwin/include/sys/cygwin.h
@@ -77,7 +77,8 @@ typedef enum
CW_GET_POSIX_SECURITY_ATTRIBUTE,
CW_GET_SHMLBA,
CW_GET_UID_FROM_SID,
- CW_GET_GID_FROM_SID
+ CW_GET_GID_FROM_SID,
+ CW_GET_BINMODE
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */