Changeset 5e9b32b in rtems for c/src/lib/libc


Ignore:
Timestamp:
09/26/95 19:27:15 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c701f197
Parents:
879a047
Message:

posix support initially added

Location:
c/src/lib/libc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libc/__gettod.c

    r879a047 r5e9b32b  
    5959   */
    6060
     61#if 0
    6162  if ( tzp ) {
    6263    tzp->tz_minuteswest = 0;  /* at UTC */
    6364    tzp->tz_dsttime = 0;      /* no daylight savings */
    64 #if 0
    6565  tzp->minuteswest = timezone / 60; /* from seconds to minutes */
    6666  tzp->dsttime = daylight;
     67  }
    6768#endif
    68   }
    6969  return 0;
    7070}
  • c/src/lib/libc/libio.c

    r879a047 r5e9b32b  
    1414#include <rtems/assoc.h>                /* assoc.h not included by rtems.h */
    1515
     16#include <stdio.h>                      /* O_RDONLY, et.al. */
    1617#include <fcntl.h>                      /* O_RDONLY, et.al. */
    1718#include <sys/fcntl.h>                      /* O_RDONLY, et.al. */
Note: See TracChangeset for help on using the changeset viewer.