From 512c2879a4af0ddf31207450fb4a2173220081e0 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 5 Jun 2006 20:19:55 +0000 Subject: 2006-06-05 Shaun Jackman * libc/posix/Makefile.am (GENERAL_SOURCES): Add sleep.c and usleep.c. * libc/posix/Makefile.in: Regenerate. * libc/posix/sleep.c: New file. * libc/posix/usleep.c: Ditto. --- newlib/libc/posix/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'newlib/libc/posix/Makefile.am') diff --git a/newlib/libc/posix/Makefile.am b/newlib/libc/posix/Makefile.am index f63dc8822..649451645 100644 --- a/newlib/libc/posix/Makefile.am +++ b/newlib/libc/posix/Makefile.am @@ -7,7 +7,8 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) GENERAL_SOURCES = \ closedir.c creat.c isatty.c \ opendir.c readdir.c \ - readdir_r.c rewinddir.c telldir.c + readdir_r.c rewinddir.c sleep.c usleep.c \ + telldir.c ELIX_2_SOURCES = \ scandir.c seekdir.c -- cgit v1.2.3