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:37:04 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 12:41:53 +0300
commitac8b60bdd1214688383be83749de21ab26ca914d (patch)
tree2a30ab130366bb5c3a6115c3d96336322afb42c3 /newlib/libm/complex/ccosh.c
parent3312f960a70cb1648139502b1d7b85351c6ee621 (diff)
complex: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libm/complex/ccosh.c')
-rw-r--r--newlib/libm/complex/ccosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/complex/ccosh.c b/newlib/libm/complex/ccosh.c
index 223a5ed3a..818acc853 100644
--- a/newlib/libm/complex/ccosh.c
+++ b/newlib/libm/complex/ccosh.c
@@ -41,7 +41,7 @@ INDEX
INDEX
ccoshf
-ANSI_SYNOPSIS
+SYNOPSIS
#include <complex.h>
double complex ccosh(double complex <[z]>);
float complex ccoshf(float complex <[z]>);