all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Use gnulib's dup2 module instead of rolling our own
Date: Sat, 25 Jun 2011 13:48:22 +0300	[thread overview]
Message-ID: <83hb7etceh.fsf@gnu.org> (raw)
In-Reply-To: <4E05A0B7.2020901@cs.ucla.edu>

> Date: Sat, 25 Jun 2011 01:47:51 -0700
> From: Paul Eggert <eggert@cs.ucla.edu>
> 
> Here's a patch to simplify Emacs proper, and work around some
> platforms' dup2 bugs, by using gnulib's dup2 module in place of the
> dup2 code in sysdep.c.  Most of this patch is automatically-generated;
> the by-hand stuff is in Makefile.in (one line added), configure.in
> (one word deleted), and src/sysdep.c (31 lines deleted).
> 
> I don't think this affects the Windows port but am giving a heads-up
> before committing.

Thanks.  The Windows port isn't affected, because sysdep.c defines the
dup2 replacement only for systems that define USG, and Windows
doesn't.



      reply	other threads:[~2011-06-25 10:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25  8:47 Use gnulib's dup2 module instead of rolling our own Paul Eggert
2011-06-25 10:48 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83hb7etceh.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.