OSDN Git Service

* libc/include/time.h (TIMER_RELTIME): New define.
authorcgf <cgf>
Mon, 9 Feb 2004 22:56:45 +0000 (22:56 +0000)
committercgf <cgf>
Mon, 9 Feb 2004 22:56:45 +0000 (22:56 +0000)
newlib/ChangeLog
newlib/libc/include/time.h

index 220a912..6e298d1 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-09  Christopher Faylor  <cgf@redhat.com>
+
+       * libc/include/time.h (TIMER_RELTIME): New define.
+
 2004-02-09  Jeff Johnston  <jjohnstn@redhat.com>
 
        * libc/stdlib/Makefile.am: Add mallstatsr to LIBADD_OBJS.
index f83c38d..a50bd60 100644 (file)
@@ -202,7 +202,11 @@ extern "C" {
 /* Flag indicating time is "absolute" with respect to the clock
    associated with a time.  */
 
-#define TIMER_ABSTIME  4
+#define TIMER_ABSTIME  4
+#ifdef __CYGWIN__
+# define TIMER_RELTIME 0       /* For compatibility with HP/UX, Solaris,
+                                  others? */
+#endif
 
 /* Manifest Constants, P1003.4b/D8, p. 55 */