All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Flaschen <matthew.flaschen-/4noJB3qBVQ3uPMLIKxrzw@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [patch] log2.3: log2 functions do not conform to C89
Date: Sun, 02 May 2010 20:43:15 -0400	[thread overview]
Message-ID: <4BDE1C23.2090707@gatech.edu> (raw)

Patch against latest git.  log2, log2f, and log2l do not conform to C89.
 They are defined in C99.  See http://flash-gordon.me.uk/ansi.c.txt and
http://www.schweikhardt.net/identifiers.html

-Matthew Flaschen

diff --git a/man3/log2.3 b/man3/log2.3
index 6a86b9a..7505039 100644
--- a/man3/log2.3
+++ b/man3/log2.3
@@ -86,7 +86,7 @@ C99, POSIX.1-2001.
 The variant returning
 .I double
 also conforms to
-SVr4, 4.3BSD, C89.
+SVr4, 4.3BSD.
 .SH "SEE ALSO"
 .BR cbrt (3),
 .BR clog2 (3),
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2010-05-03  0:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-03  0:43 Matthew Flaschen [this message]
     [not found] ` <4BDE1C23.2090707-/4noJB3qBVQ3uPMLIKxrzw@public.gmane.org>
2010-09-12  7:19   ` [patch] log2.3: log2 functions do not conform to C89 Michael Kerrisk

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=4BDE1C23.2090707@gatech.edu \
    --to=matthew.flaschen-/4nojb3qbvq3upmlikxrzw@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.
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.