Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-03-30 17:36:06 +0400
committerChristopher Faylor <me@cgf.cx>2007-03-30 17:36:06 +0400
commite7fd6e57382a012d68036e25628ff3b0e2c613d2 (patch)
treee6be97e5d588a1f7d7f762e167216d06b0453851 /winsup/cygwin/include/sys/cygwin.h
parent2c58b5a5e8cf5fcc361bf1de60f4ca5b5ca08620 (diff)
* cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.
* cygwin/include/sys/cygwin.h: Define CW_SET_DOS_FILE_WARNING. * utils/mount.cc (main): Turn dos file warnings off since we know what we're doing.
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 26bfee086..7cc36c434 100644
--- a/winsup/cygwin/include/sys/cygwin.h
+++ b/winsup/cygwin/include/sys/cygwin.h
@@ -87,7 +87,8 @@ typedef enum
CW_ENVP,
CW_DEBUG_SELF,
CW_SYNC_WINENV,
- CW_CYGTLS_PADSIZE
+ CW_CYGTLS_PADSIZE,
+ CW_SET_DOS_FILE_WARNING
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */