]> sourceware.org Git - newlib-cygwin.git/commitdiff
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 8 Feb 2013 20:15:05 +0000 (20:15 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 8 Feb 2013 20:15:05 +0000 (20:15 +0000)
(class child_info_fork): Drop extraneous semicolon.

winsup/cygwin/ChangeLog
winsup/cygwin/child_info.h

index a815a12063482c4e929948886c286f1022cbd2e8..51c9f31f1f6cc485e8b89e10161513ad27c46594 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-08  Corinna Vinschen  <corinna@vinschen.de>
+
+       * child_info.h (CURR_CHILD_INFO_MAGIC): Update.
+       (class child_info_fork): Drop extraneous semicolon.
+
 2013-02-04  Corinna Vinschen  <corinna@vinschen.de>
 
        * fhandler_socket.cc (fhandler_socket::bind): Fix error code for
index 08b5820dfcc85a3b4f2f8ac624abe0427f2bd82b..66d6b95aa262bbfefba0ab8b06d6ce91ae1871b6 100644 (file)
@@ -1,7 +1,7 @@
 /* child_info.h: shared child info for cygwin
 
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2011, 2012
-   Red Hat, Inc.
+   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2011, 2012,
+   2013 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -35,7 +35,7 @@ enum child_status
 #define EXEC_MAGIC_SIZE sizeof(child_info)
 
 /* Change this value if you get a message indicating that it is out-of-sync. */
-#define CURR_CHILD_INFO_MAGIC 0xb7de78e6U
+#define CURR_CHILD_INFO_MAGIC 0xe399543U
 
 #define NPROCS 256
 
@@ -106,7 +106,7 @@ public:
                        // user stack
   char filler[4];
   child_info_fork ();
-  void __reg1 handle_fork ();;
+  void __reg1 handle_fork ();
   bool abort (const char *fmt = NULL, ...);
   void alloc_stack ();
   void alloc_stack_hard_way (volatile char *);
This page took 0.033668 seconds and 5 git commands to generate.