2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>

* POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
	* POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
This commit is contained in:
Ralf Corsepius
2011-02-02 07:34:34 +00:00
parent 5b1f197948
commit b8563fa95e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
* Makefile.am: Add clock_gettime, gettimeofday.c.
* POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
2011-01-28 Bharath Suri <bharath.s.jois@gmail.com>

View File

@@ -5,6 +5,9 @@ check_PROGRAMS =
check_PROGRAMS += calloc
calloc_SOURCES = calloc.c
check_PROGRAMS += clock_gettime
clock_gettime_SOURCES = clock_gettime.c
check_PROGRAMS += close
close_SOURCES = close.c
@@ -45,6 +48,9 @@ getpwnam_SOURCES = getpwnam.c
check_PROGRAMS += getpwuid
getpwuid_SOURCES = getpwuid.c
check_PROGRAMS += gettimeofday
gettimeofday_SOURCES = gettimeofday.c
check_PROGRAMS += getuid
getuid_SOURCES = getuid.c