From 1eb451937a4b977e050ba7f2a6dd93e7a6baf23c Mon Sep 17 00:00:00 2001 From: Pierre Humblet Date: Sat, 27 Sep 2003 01:58:23 +0000 Subject: 2003-09-26 Pierre Humblet * pinfo.h (pinfo::set_acl): Declare. * pinfo.cc (pinfo_fixup_after_fork): Duplicate with no rights. (pinfo::set_acl): New. * spawn.cc (spawn_guts): Call myself.set_acl. --- winsup/cygwin/pinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/pinfo.h') diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 0556946c6..4988ca774 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -176,6 +176,7 @@ public: } #endif HANDLE shared_handle () {return h;} + void set_acl(); }; #define ISSTATE(p, f) (!!((p)->process_state & f)) -- cgit v1.2.3