1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Use private math_private.h in files in math/

This commit is contained in:
Ulrich Drepper
2011-10-08 05:16:04 -04:00
parent cbf645a649
commit 9277c06437
129 changed files with 256 additions and 128 deletions

View File

@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_ldexpf.c,v 1.3 1995/05/10 20:47:42 jtc Exp $";
#endif
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#include <errno.h>
#ifdef __STDC__