* 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.
This commit is contained in:
Christopher Faylor
2004-02-25 01:19:13 +00:00
parent 5dbaca1607
commit 5ef9bbc874
4 changed files with 24 additions and 3 deletions

View File

@ -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 */