linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ted Percival <ted@midg3t.net>
To: linux-arch@vger.kernel.org
Cc: Ted Percival <ted@tedp.id.au>
Subject: [PATCH 1/2] fcntl.h comment: FD_CLOEXEC is for F_[GET|SET]FD
Date: Thu, 15 Jul 2010 11:29:16 -0600	[thread overview]
Message-ID: <1279214957-10235-1-git-send-email-ted@tedp.id.au> (raw)

Not for F_[GET|SET]FL

Signed-off-by: Ted Percival <ted@tedp.id.au>
---
 include/asm-generic/fcntl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-generic/fcntl.h b/include/asm-generic/fcntl.h
index 4d3e483..65e18d3 100644
--- a/include/asm-generic/fcntl.h
+++ b/include/asm-generic/fcntl.h
@@ -74,7 +74,7 @@
 #define F_GETSIG	11	/* for sockets. */
 #endif
 
-/* for F_[GET|SET]FL */
+/* for F_[GET|SET]FD */
 #define FD_CLOEXEC	1	/* actually anything with low bit set goes */
 
 /* for posix fcntl() and lockf() */
-- 
1.7.1

             reply	other threads:[~2010-07-15 18:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-15 17:29 Ted Percival [this message]
2010-07-15 17:29 ` [PATCH 2/2] fcntl.h comment: Fix typo regarding O_SYNC Ted Percival
2010-07-16 10:00 ` David Howells
2010-07-16 11:56   ` Jamie Lokier
2010-07-16 20:51     ` Ted Percival

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=1279214957-10235-1-git-send-email-ted@tedp.id.au \
    --to=ted@midg3t.net \
    --cc=linux-arch@vger.kernel.org \
    --cc=ted@tedp.id.au \
    /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.
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 NNTP newsgroup(s).