summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 02:01:32 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 03:41:50 -0600
commitaa06fa01dce9d5173051cd8f773a61b1f20254d4 (patch)
treee34c57703ada9bf4c47c8580ed60ac09a52716f2
parent191b4f35bc0026ef3f1f6b3bcaf0524810cbd358 (diff)
downloadcygnal-aa06fa01dce9d5173051cd8f773a61b1f20254d4.tar.gz
cygnal-aa06fa01dce9d5173051cd8f773a61b1f20254d4.tar.bz2
cygnal-aa06fa01dce9d5173051cd8f773a61b1f20254d4.zip
posix: remove TRAD_SYNOPSIS
-rw-r--r--newlib/libc/posix/popen.c2
-rw-r--r--newlib/libc/posix/posix_spawn.c2
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]>,