Changeset 5e9b32b in rtems for c/src/lib/libc
- Timestamp:
- 09/26/95 19:27:15 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c701f197
- Parents:
- 879a047
- Location:
- c/src/lib/libc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/__gettod.c
r879a047 r5e9b32b 59 59 */ 60 60 61 #if 0 61 62 if ( tzp ) { 62 63 tzp->tz_minuteswest = 0; /* at UTC */ 63 64 tzp->tz_dsttime = 0; /* no daylight savings */ 64 #if 065 65 tzp->minuteswest = timezone / 60; /* from seconds to minutes */ 66 66 tzp->dsttime = daylight; 67 } 67 68 #endif 68 }69 69 return 0; 70 70 } -
c/src/lib/libc/libio.c
r879a047 r5e9b32b 14 14 #include <rtems/assoc.h> /* assoc.h not included by rtems.h */ 15 15 16 #include <stdio.h> /* O_RDONLY, et.al. */ 16 17 #include <fcntl.h> /* O_RDONLY, et.al. */ 17 18 #include <sys/fcntl.h> /* O_RDONLY, et.al. */
Note: See TracChangeset
for help on using the changeset viewer.