Changeset f795ca90 in rtems
- Timestamp:
- 09/21/97 17:44:50 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 63cebf6
- Parents:
- 8cd3748
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/__gettod.c
r8cd3748 rf795ca90 72 72 #if defined(RTEMS_NEWLIB) 73 73 74 #if 075 74 /* 76 75 * "Reentrant" version … … 85 84 return gettimeofday( tp, tzp ); 86 85 } 87 #endif88 86 89 87 /* -
c/src/lib/libc/__gettod.c
r8cd3748 rf795ca90 72 72 #if defined(RTEMS_NEWLIB) 73 73 74 #if 075 74 /* 76 75 * "Reentrant" version … … 85 84 return gettimeofday( tp, tzp ); 86 85 } 87 #endif88 86 89 87 /* -
cpukit/libcsupport/src/__gettod.c
r8cd3748 rf795ca90 72 72 #if defined(RTEMS_NEWLIB) 73 73 74 #if 075 74 /* 76 75 * "Reentrant" version … … 85 84 return gettimeofday( tp, tzp ); 86 85 } 87 #endif88 86 89 87 /*
Note: See TracChangeset
for help on using the changeset viewer.