pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47901: [PATCH] editors/emacs-snapshot 20130603
The following reply was made to PR pkg/47901; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/47901: [PATCH] editors/emacs-snapshot 20130603
Date: Fri, 14 Jun 2013 04:41:30 +0000
On Thu, Jun 06, 2013 at 03:20:00PM +0000, makoto%ki.nu@localhost wrote:
> +Avoid WCONTINUED is undefined. It would probably be the same as following
> +part in in <sys/wait.h>:
> ++----
> +| #define WALLSIG 0x00000008 /* wait for processes that exit
> +| with any signal, i.e. SIGCHLD
> +| and alternates */
> ++----
No, it's not. Apparently it's something POSIX made up recently to
cause generation of wait results for processes that are SIGCONT'd
after being stopped. I have no idea why anyone would think this
useful, or what information it's supposed to report, but as far as I
know it isn't implemented in NetBSD.
What does the code do with it?
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index