This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
[PATCH 08/24] posix: remove TRAD_SYNOPSIS
- From: Yaakov Selkowitz <yselkowi at redhat dot com>
- To: newlib at sourceware dot org
- Date: Thu, 30 Nov 2017 04:28:42 -0600
- Subject: [PATCH 08/24] posix: remove TRAD_SYNOPSIS
- Authentication-results: sourceware.org; auth=none
- References: <20171130102858.16160-1-yselkowi@redhat.com>
---
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 faf72b6e3..f9abfac3f 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 e5655e29a..61d36304d 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]>,
--
2.15.0