summaryrefslogtreecommitdiff
path: root/libc/include/complex.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-09-05 22:41:05 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-09-05 22:41:05 +0000
commit2c1d357a5fe5bdc4c9521a9d1af05ba1b5a4c238 (patch)
tree12e23fa555f1432064e8fdeeb063dce798764f50 /libc/include/complex.h
parent0d983ceeeee6bd20ae296d224ca2fd4bf27a47af (diff)
downloadeglibc2-2c1d357a5fe5bdc4c9521a9d1af05ba1b5a4c238.tar.gz
Merge changes between r23795 and r23927 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@23928 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/include/complex.h')
-rw-r--r--libc/include/complex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/complex.h b/libc/include/complex.h
index e173f1f6a..082e71fb1 100644
--- a/libc/include/complex.h
+++ b/libc/include/complex.h
@@ -1,11 +1,13 @@
#ifndef _COMPLEX_H
# include <math/complex.h>
+# ifndef _ISOMAC
/* Return the complex inverse hyperbolic sine of finite nonzero Z,
with the imaginary part of the result subtracted from pi/2 if ADJ
is nonzero. */
extern complex float __kernel_casinhf (complex float z, int adj);
extern complex double __kernel_casinh (complex double z, int adj);
extern complex long double __kernel_casinhl (complex long double z, int adj);
+# endif
#endif