libc
/* $Id$ */
							/* Copyright (c) 2008-2020 Pierre Pronchery <khorben@defora.org> */
							/* This file is part of DeforaOS System libc */
							/* All rights reserved.
							 *
							 * Redistribution and use in source and binary forms, with or without
							 * modification, are permitted provided that the following conditions are
							 * met:
							 *
							 * 1. Redistributions of source code must retain the above copyright
							 *    notice, this list of conditions and the following disclaimer.
							 *
							 * 2. Redistributions in binary form must reproduce the above copyright
							 *    notice, this list of conditions and the following disclaimer in the
							 *    documentation and/or other materials provided with the distribution.
							 *
							 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
							 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
							 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
							 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
							 * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
							 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
							 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
							 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
							 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
							 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
							 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
							#ifndef MATH_I386_H
							# define MATH_I386_H
							# define ARCH_atan
							# define ARCH_atanf
							# define ARCH_atan2
							# define ARCH_atan2f
							# define ARCH_atan2l
							# define ARCH_atanl
							# define ARCH_ceil
							# define ARCH_ceilf
							# define ARCH_ceill
							# define ARCH_cos
							# define ARCH_cosf
							# define ARCH_cosl
							# define ARCH_exp
							# define ARCH_fabs
							# define ARCH_fabsf
							# define ARCH_fabsl
							# define ARCH_floor
							# define ARCH_floorf
							# define ARCH_floorl
							# define ARCH_fmod
							# define ARCH_fmodf
							# define ARCH_fmodl
							# define ARCH_frexp
							# define ARCH_frexpf
							# define ARCH_frexpl
							# define ARCH_hypot
							# define ARCH_hypotf
							# define ARCH_hypotl
							# define ARCH_ldexpf
							# define ARCH_ldexp
							# define ARCH_log
							# define ARCH_powl
							# define ARCH_round
							# define ARCH_roundf
							# define ARCH_roundl
							# define ARCH_sin
							# define ARCH_sinl
							# define ARCH_sinf
							# define ARCH_sqrt
							# define ARCH_sqrtf
							# define ARCH_sqrtl
							#endif /* !MATH_I386_H */
							