This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 08/24] posix: remove TRAD_SYNOPSIS


---
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]