Changeset 52d99d4a in rtems
- Timestamp:
- 01/28/97 23:33:22 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 68d8873
- Parents:
- b1b5a7cb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/time.c
rb1b5a7cb r52d99d4a 90 90 */ 91 91 92 /* Using the implementation in newlib */ 93 #if 0 92 94 time_t time( 93 95 time_t *tloc … … 114 116 return seconds_since_epoch; 115 117 } 118 #endif 116 119 117 120 /*PAGE -
cpukit/posix/src/time.c
rb1b5a7cb r52d99d4a 90 90 */ 91 91 92 /* Using the implementation in newlib */ 93 #if 0 92 94 time_t time( 93 95 time_t *tloc … … 114 116 return seconds_since_epoch; 115 117 } 118 #endif 116 119 117 120 /*PAGE
Note: See TracChangeset
for help on using the changeset viewer.