diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-13 20:18:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-13 20:18:37 +0000 |
commit | 45086082a06454cd1a2d1b91390a04a726b3ac28 (patch) | |
tree | bca301220a6cea3381442f874322bdf827d2dcd1 /manual/maint.texi | |
parent | d929664ab5b621e8990d797769e4233a5caf3791 (diff) | |
download | glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.tar glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.tar.gz glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.tar.bz2 glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.zip |
* time/Makefile (zonenames): Target removed.
(extra-objs): Remove it from here.
Include the z.* files directly instead of including zonenames; use
`-include' to not complain befre they exist.
* sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with
$(common-objpfx) instead of $(objpfx).
Diffstat (limited to 'manual/maint.texi')
-rw-r--r-- | manual/maint.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/maint.texi b/manual/maint.texi index 323ba30a04..84ff95e9c6 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -874,6 +874,10 @@ families of functions; reentrant @samp{@dots{}@code{_r}} versions of the several highly-optimized string functions for i@var{x}86 processors. @item +The math functions are taken from @code{fdlibm-5.1} by Sun +Microsystems, as modified by J.T. Conklin and Ian Lance Taylor. + +@item The Internet-related code (most of the @file{inet} subdirectory) and several other miscellaneous functions and header files have been included from 4.4 BSD with little or no modification. |