1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00
This commit is contained in:
Jim Meyering
1999-12-27 16:30:45 +00:00
parent 99c51ad97e
commit b32cecce88
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
1999-12-26 Jim Meyering <meyering@ascend.com>
* jm-macros.m4: Use it here.
* nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
1999-12-23 Jim Meyering <meyering@ascend.com>
* jm-macros.m4: Check for clock_gettime (moved from
+1
View File
@@ -144,6 +144,7 @@ lstat-slash.m4 \
lstat.m4 \
malloc.m4 \
memcmp.m4 \
nanosleep.m4 \
perl.m4 \
prereq.m4 \
progtest.m4 \
+4
View File
@@ -1,3 +1,7 @@
1999-12-26 Jim Meyering <meyering@ascend.com>
* lib/nanosleep.c (nanosleep): New file.
1999-12-23 Jim Meyering <meyering@ascend.com>
* src/sleep.c (USE_CLOCK_GETTIME): Define.