*** empty log message ***

This commit is contained in:
Jim Meyering
2000-01-10 11:53:22 +00:00
parent 97085c8df7
commit 9f5307f1d3
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
2000-01-10 Jim Meyering <meyering@lucent.com>
* Version 2.0c.
* src/Makefile.am (sleep_LDADD): Add @POW_LIBM@, for systems that use
lib/strtod.c and need -lm to resolve its pow reference.
+1 -1
View File
@@ -1,6 +1,6 @@
Changes in release 2.1
[2.0d]
* portability problem with sleep vs lib/strtod.c's requirement for -lm
* fix portability problem with sleep vs lib/strtod.c's requirement for -lm
[2.0c]
* fix portability problems with nanosleep.c and with the new code in sleep.c
[2.0b]