* 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.
This commit is contained in:
Christopher Faylor
2003-09-25 03:06:36 +00:00
parent 64f74184bb
commit 7759daa979
3 changed files with 71 additions and 69 deletions

View File

@@ -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;