* Re: netbsd.h change
[not found] <200611030006.30019.mark@mcs.vuw.ac.nz>
@ 2006-11-03 7:07 ` Richard Stallman
2006-11-03 8:06 ` Henrik Enberg
2006-11-04 4:39 ` Mark Davies
0 siblings, 2 replies; 5+ messages in thread
From: Richard Stallman @ 2006-11-03 7:07 UTC (permalink / raw)
Cc: emacs-devel
--- src/s/netbsd.h.orig 2006-11-02 23:59:28.000000000 +1300
+++ src/s/netbsd.h
@@ -138,5 +138,10 @@
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
+/* Use sigprocmask(2) and friends instead of sigblock(2); the man
page
+ of sigblock says it is obsolete. */
+
+#define POSIX_SIGNALS 1
I would be glad to make that change, but I see that netbsd.h is
included by openbsd.h. Does anyone know if this change is correct
for OpenBSD?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: netbsd.h change
2006-11-03 7:07 ` netbsd.h change Richard Stallman
@ 2006-11-03 8:06 ` Henrik Enberg
2006-11-03 12:16 ` Alfred M. Szmidt
2006-11-04 6:38 ` Richard Stallman
2006-11-04 4:39 ` Mark Davies
1 sibling, 2 replies; 5+ messages in thread
From: Henrik Enberg @ 2006-11-03 8:06 UTC (permalink / raw)
Cc: mark, emacs-devel
> From: Richard Stallman <rms@gnu.org>
> Date: Fri, 03 Nov 2006 02:07:28 -0500
>
> --- src/s/netbsd.h.orig 2006-11-02 23:59:28.000000000 +1300
> +++ src/s/netbsd.h
> @@ -138,5 +138,10 @@
>
> #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
>
> +/* Use sigprocmask(2) and friends instead of sigblock(2); the man
> page
> + of sigblock says it is obsolete. */
> +
> +#define POSIX_SIGNALS 1
>
> I would be glad to make that change, but I see that netbsd.h is
> included by openbsd.h. Does anyone know if this change is correct
> for OpenBSD?
The manpage for sigblock says the same on OpenBSD 4.0.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: netbsd.h change
2006-11-03 7:07 ` netbsd.h change Richard Stallman
2006-11-03 8:06 ` Henrik Enberg
@ 2006-11-04 4:39 ` Mark Davies
1 sibling, 0 replies; 5+ messages in thread
From: Mark Davies @ 2006-11-04 4:39 UTC (permalink / raw)
Cc: emacs-devel
On Friday 03 November 2006 20:07, Richard Stallman wrote:
> --- src/s/netbsd.h.orig 2006-11-02 23:59:28.000000000 +1300
> +++ src/s/netbsd.h
> @@ -138,5 +138,10 @@
>
> #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
>
> +/* Use sigprocmask(2) and friends instead of sigblock(2); the man
> page
> + of sigblock says it is obsolete. */
> +
> +#define POSIX_SIGNALS 1
>
> I would be glad to make that change, but I see that netbsd.h is
> included by openbsd.h. Does anyone know if this change is correct
> for OpenBSD?
This should be fine for any 4.4BSD derived system. Certainly this support was
in the very first NetBSD release and therefore would have been in OpenBSD
when it branched from NetBSD.
cheers
mark
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-11-04 6:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200611030006.30019.mark@mcs.vuw.ac.nz>
2006-11-03 7:07 ` netbsd.h change Richard Stallman
2006-11-03 8:06 ` Henrik Enberg
2006-11-03 12:16 ` Alfred M. Szmidt
2006-11-04 6:38 ` Richard Stallman
2006-11-04 4:39 ` Mark Davies
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).