Browse Source

Update.

2001-09-22  Andreas Jaeger  <aj@suse.de>

	* math/math_private.h: Add prototypes.
cvs/glibc-2-2-branch
Andreas Jaeger 25 years ago
parent
commit
8101ca20f9
  1. 4
      ChangeLog
  2. 2
      math/math_private.h
  3. 8
      sysdeps/unix/sysv/linux/x86_64/Dist
  4. 2
      sysdeps/x86_64/Dist
  5. 1
      sysdeps/x86_64/soft-fp/Dist

4
ChangeLog

@ -1,3 +1,7 @@
2001-09-22 Andreas Jaeger <aj@suse.de>
* math/math_private.h: Add prototypes.
2001-09-21 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/x86_64/Dist: New.

2
math/math_private.h

@ -293,6 +293,8 @@ extern long double __scalbnl (long double, int);
extern long double __sqrtl (long double x);
extern long double fabsl (long double x);
extern void __sincosl (long double, long double *, long double *);
extern long double __logbl (long double x);
extern long double __significandl (long double x);
#endif
/* Prototypes for functions of the IBM Accurate Mathematical Library. */

8
sysdeps/unix/sysv/linux/x86_64/Dist

@ -0,0 +1,8 @@
clone.S
ldd-rewrite.sed
sys/perm.h
sys/procfs.h
sys/reg.h
sys/user.h
umount.c

2
sysdeps/x86_64/Dist

@ -0,0 +1,2 @@
bp-asm.h
hp-timing.c

1
sysdeps/x86_64/soft-fp/Dist

@ -0,0 +1 @@
sfp-machine.h
Loading…
Cancel
Save