change log for rtems (2011-05-19)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu May 19 07:12:11 UTC 2011
*ralf*:
2011-05-19 Ralf Corsépius <ralf.corsepius at rtems.org>
* posix/Makefile.am: Remove posixtime.h.
* posix/src/clockgetres.c, posix/src/clockgettime.c,
posix/src/clocksettime.c: Remove posixtime.h.
Require CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
* posix/src/posixtime.h: Remove.
M 1.2839 cpukit/ChangeLog
M 1.90 cpukit/posix/Makefile.am
M 1.13 cpukit/posix/src/clockgetres.c
M 1.16 cpukit/posix/src/clockgettime.c
M 1.12 cpukit/posix/src/clocksettime.c
R 1.1 cpukit/posix/src/posixtime.h
diff -u rtems/cpukit/ChangeLog:1.2838 rtems/cpukit/ChangeLog:1.2839
--- rtems/cpukit/ChangeLog:1.2838 Wed May 18 08:05:30 2011
+++ rtems/cpukit/ChangeLog Thu May 19 01:31:41 2011
@@ -1,3 +1,11 @@
+2011-05-19 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * posix/Makefile.am: Remove posixtime.h.
+ * posix/src/clockgetres.c, posix/src/clockgettime.c,
+ posix/src/clocksettime.c: Remove posixtime.h.
+ Require CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
+ * posix/src/posixtime.h: Remove.
+
2011-05-18 Ralf Corsépius <ralf.corsepius at rtems.org>
* score/Makefile.am: Reformat.
diff -u rtems/cpukit/posix/Makefile.am:1.89 rtems/cpukit/posix/Makefile.am:1.90
--- rtems/cpukit/posix/Makefile.am:1.89 Mon May 16 09:14:46 2011
+++ rtems/cpukit/posix/Makefile.am Thu May 19 01:31:42 2011
@@ -16,7 +16,6 @@
# Some POSIX functions that are nice to always have
libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
src/clockgetres.c src/sysconf.c
-libposix_a_SOURCES += src/posixtime.h
include_rtems_posixdir = $(includedir)/rtems/posix
diff -u rtems/cpukit/posix/src/clockgetres.c:1.12 rtems/cpukit/posix/src/clockgetres.c:1.13
--- rtems/cpukit/posix/src/clockgetres.c:1.12 Mon May 16 08:55:17 2011
+++ rtems/cpukit/posix/src/clockgetres.c Thu May 19 01:31:42 2011
@@ -28,8 +28,6 @@
#include <rtems/seterr.h>
-#include "posixtime.h"
-
/*PAGE
*
* 14.2.1 Clocks, P1003.1b-1993, p. 263
diff -u rtems/cpukit/posix/src/clockgettime.c:1.15 rtems/cpukit/posix/src/clockgettime.c:1.16
--- rtems/cpukit/posix/src/clockgettime.c:1.15 Mon May 16 08:55:17 2011
+++ rtems/cpukit/posix/src/clockgettime.c Thu May 19 01:31:42 2011
@@ -23,8 +23,6 @@
#include <rtems/seterr.h>
-#include "posixtime.h"
-
/*PAGE
*
* 14.2.1 Clocks, P1003.1b-1993, p. 263
diff -u rtems/cpukit/posix/src/clocksettime.c:1.11 rtems/cpukit/posix/src/clocksettime.c:1.12
--- rtems/cpukit/posix/src/clocksettime.c:1.11 Mon May 16 09:09:37 2011
+++ rtems/cpukit/posix/src/clocksettime.c Thu May 19 01:31:42 2011
@@ -23,8 +23,6 @@
#include <rtems/seterr.h>
-#include "posixtime.h"
-
/*PAGE
*
* 14.2.1 Clocks, P1003.1b-1993, p. 263
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110519/c3c6b6aa/attachment.html>
More information about the vc
mailing list