diff options
author | Christopher Faylor <me@cgf.cx> | 2010-09-01 21:06:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-09-01 21:06:36 +0000 |
commit | fc0e5071bcbc5670e9710c052f8ea99ab5d3c447 (patch) | |
tree | 597aaea996a1184c47b956aa9c121a138f066405 /winsup/cygwin/pinfo.h | |
parent | b9874a0c1409a238de44a2413b8a82875fd68084 (diff) | |
download | newlib-fc0e5071bcbc5670e9710c052f8ea99ab5d3c447.zip newlib-fc0e5071bcbc5670e9710c052f8ea99ab5d3c447.tar.gz newlib-fc0e5071bcbc5670e9710c052f8ea99ab5d3c447.tar.bz2 |
* dcrt0.cc (dll_crt0_0): Remove myself settings.
* fork.cc (fork): Set myself process_state
* pinfo.cc (pinfo_init): Ditto.
(pinfo::thisproc): Make sure any sendsig setting is correctly copied.
* pinfo.h: Update copyright. Remove unused code.
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r-- | winsup/cygwin/pinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 3e7e547..bc29409 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -1,6 +1,7 @@ /* pinfo.h: process table info - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc. + Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Red Hat, Inc. This file is part of Cygwin. @@ -165,7 +166,6 @@ public: int operator == (char *x) const {return (char *) procinfo == x;} _pinfo *operator * () const {return procinfo;} operator _pinfo * () const {return procinfo;} - // operator bool () const {return (int) h;} void preserve () { destroy = false; } #ifndef _SIGPROC_H int remember () {system_printf ("remember is not here"); return 0;} |