aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
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 /newlib/libc
parent191b4f35bc0026ef3f1f6b3bcaf0524810cbd358 (diff)
downloadnewlib-aa06fa01dce9d5173051cd8f773a61b1f20254d4.zip
newlib-aa06fa01dce9d5173051cd8f773a61b1f20254d4.tar.gz
newlib-aa06fa01dce9d5173051cd8f773a61b1f20254d4.tar.bz2
posix: remove TRAD_SYNOPSIS
Diffstat (limited to 'newlib/libc')
-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 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]>,