diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-25 03:06:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-25 03:06:36 +0000 |
commit | 7759daa979c4cdd83063ce6af1047727cb2d2071 (patch) | |
tree | 05a524e07eb1356647a897488ef1c86db54b8320 /winsup/cygwin/shared_info.h | |
parent | 64f74184bbaba97e4cdc72c2938d887f05b8728c (diff) | |
download | cygnal-7759daa979c4cdd83063ce6af1047727cb2d2071.tar.gz cygnal-7759daa979c4cdd83063ce6af1047727cb2d2071.tar.bz2 cygnal-7759daa979c4cdd83063ce6af1047727cb2d2071.zip |
* shared_info.h (CURR_MOUNT_MAGIC): Fix.
* sigproc.cc (sigpacket): New structure.
(sig_send): Fill out sigpacket structure to send to signal thread rather than
racily sending separate packets.
(wait_sig): Use sigpacket structure to receive info from signal sender.
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r-- | winsup/cygwin/shared_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h index 02db4eb94..dadab8993 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -44,7 +44,7 @@ class mount_item #define USER_VERSION 1 // increment when mount table changes and #define USER_VERSION_MAGIC CYGWIN_VERSION_MAGIC (MOUNT_MAGIC, USER_VERSION) -#define CURR_MOUNT_MAGIC 0x4fe431cdU /* FIXME */ +#define CURR_MOUNT_MAGIC 0x6dd73a3fU class reg_key; struct device; |