Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 11:01:32 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 12:41:50 +0300
commitaa06fa01dce9d5173051cd8f773a61b1f20254d4 (patch)
treee34c57703ada9bf4c47c8580ed60ac09a52716f2 /newlib/libc/posix
parent191b4f35bc0026ef3f1f6b3bcaf0524810cbd358 (diff)
posix: remove TRAD_SYNOPSIS
Diffstat (limited to 'newlib/libc/posix')
-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]>,