This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

add comment to sys/times.h


2000-12-01      Joel Sherrill <joel@OARcorp.com>

        * libc/include/sys/times.h: Add reference to POSIX standard.


Index: newlib/libc/include/sys/times.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/sys/times.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 times.h
--- times.h     2000/02/17 19:39:46     1.1.1.1
+++ times.h     2000/12/01 13:20:17
@@ -12,6 +12,8 @@
 #define __clock_t_defined
 #endif

+/*  Get Process Times, P1003.1b-1993, p. 92 */
+
 struct tms {
        clock_t tms_utime;              /* user time */
        clock_t tms_stime;              /* system time */
-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]