public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowitz@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] posix: remove TRAD_SYNOPSIS
Date: Fri, 01 Dec 2017 09:43:00 -0000	[thread overview]
Message-ID: <20171201094302.73524.qmail@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=aa06fa01dce9d5173051cd8f773a61b1f20254d4

commit aa06fa01dce9d5173051cd8f773a61b1f20254d4
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Thu Nov 30 02:01:32 2017 -0600

    posix: remove TRAD_SYNOPSIS

Diff:
---
 newlib/libc/posix/popen.c       | 2 +-
 newlib/libc/posix/posix_spawn.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/newlib/libc/posix/popen.c b/newlib/libc/posix/popen.c
index faf72b6..f9abfac 100644
--- a/newlib/libc/posix/popen.c
+++ b/newlib/libc/posix/popen.c
@@ -41,7 +41,7 @@ INDEX
 INDEX
 	pclose
 
-ANSI_SYNOPSIS
+SYNOPSIS
 	#include <stdio.h>
 	FILE *popen(const char *<[s]>, const char *<[mode]>);
 
diff --git a/newlib/libc/posix/posix_spawn.c b/newlib/libc/posix/posix_spawn.c
index e5655e2..61d3630 100644
--- a/newlib/libc/posix/posix_spawn.c
+++ b/newlib/libc/posix/posix_spawn.c
@@ -33,7 +33,7 @@ INDEX
 INDEX
 	posix_spawnp
 
-ANSI_SYNOPSIS
+SYNOPSIS
 	#include <spawn.h>
 
 	int posix_spawn(pid_t *<[pid]>, const char *<[path]>,


                 reply	other threads:[~2017-12-01  9:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171201094302.73524.qmail@sourceware.org \
    --to=yselkowitz@sourceware.org \
    --cc=newlib-cvs@sourceware.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 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).