dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetC/include pthread.h,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetC/include pthread.h,1.1,1.2
Date: Sun, 16 Feb 2003 18:50:24 -0500

Update of /cvsroot/dotgnu-pnet/pnetC/include
In directory subversions:/tmp/cvs-serv25735/include

Modified Files:
        pthread.h 
Log Message:


Define "struct timespec" temporarily in <pthread.h> until we have <time.h>.


Index: pthread.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/include/pthread.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pthread.h   24 Dec 2002 01:21:52 -0000      1.1
--- pthread.h   16 Feb 2003 23:50:22 -0000      1.2
***************
*** 29,32 ****
--- 29,41 ----
  
  /*
+  * This needs to be moved to <time.h> later.
+  */
+ struct timespec
+ {
+       long tv_sec;
+       long tv_nsec;
+ };
+ 
+ /*
   * Mutex types.
   */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]