From b0de2aa284ccb58f1c8f8e0a598701b51ab5b742 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 21 Oct 2000 04:53:49 +0000 Subject: * fhandler.h (fhandler_console): Remove tcsetpgrp. * fhandler_console.cc (fhandler_console::tcsetpgrp): Eliminate. * fork.cc (fork_parent): Avoid returning same pid twice in a row regardless of OS. * pinfo.cc (pinfo::init): Rename create argument to flags and treat it as such. * signal.cc (set_sigcatchers): New function. (signal): Use set_sigcatchers to increment or decrement sigcatcher tracker. (sigaction): Ditto. Add debugging output. * spawn.cc (spawn_guts): Always quote first argv[0] argument when it's a COMSPEC shell. --- winsup/cygwin/fhandler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/fhandler.h') diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index d9219f6b9..3b984572c 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -607,8 +607,6 @@ public: int tcsetattr (int a, const struct termios *t); int tcgetattr (struct termios *t); - int tcsetpgrp (const pid_t pid); - /* Special dup as we must dup two handles */ int dup (fhandler_base *child); -- cgit v1.2.3