Index: newlib/libc/include/sys/types.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/sys/types.h,v
retrieving revision 1.13
diff -u -u -r1.13 types.h
--- newlib/libc/include/sys/types.h	3 Jun 2002 17:48:06 -0000	1.13
+++ newlib/libc/include/sys/types.h	6 Jun 2002 00:12:51 -0000
@@ -73,10 +73,11 @@
 
 /* Time Value Specification Structures, P1003.1b-1993, p. 261 */
 
-struct timespec {
+typedef struct timespec {
   time_t  tv_sec;   /* Seconds */
   long    tv_nsec;  /* Nanoseconds */
-};
+} timespec_t;
+typedef struct timespec timestruc_t;
 
 struct itimerspec {
   struct timespec  it_interval;  /* Timer period */
