diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-26 06:18:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-26 06:18:41 +0000 |
commit | 7a0252e203269091e183a83a98aa1d5b63d46984 (patch) | |
tree | 81d5876dfbe867f0a1b9ef1b254da052eb4702c8 /winsup | |
parent | a2b75539a21ff16d8cbd91aa10955cdbf3c7f901 (diff) | |
download | newlib-7a0252e203269091e183a83a98aa1d5b63d46984.zip newlib-7a0252e203269091e183a83a98aa1d5b63d46984.tar.gz newlib-7a0252e203269091e183a83a98aa1d5b63d46984.tar.bz2 |
comment
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/child_info.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/shared_info.h | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index 5b7f219..36dcd95 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -30,6 +30,9 @@ enum #define CURR_CHILD_INFO_MAGIC 0xba17 +/* NOTE: Do not make gratuitous changes to the names or organization of the + below class. The layout is checksummed to determine compatibility between + different cygwin versions. */ class child_info { public: diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h index 2d30554..e8fa45c 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -45,6 +45,10 @@ class mount_item #define CURR_MOUNT_MAGIC 0xfe35 class reg_key; + +/* NOTE: Do not make gratuitous changes to the names or organization of the + below class. The layout is checksummed to determine compatibility between + different cygwin versions. */ class mount_info { public: @@ -136,6 +140,9 @@ public: #define CURR_SHARED_MAGIC 0x6f6e +/* NOTE: Do not make gratuitous changes to the names or organization of the + below class. The layout is checksummed to determine compatibility between + different cygwin versions. */ class shared_info { DWORD inited; |