home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / time / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-21  |  204 b   |  12 lines

  1. #if 0
  2. #include "../../linux/include/time.h"
  3. #else
  4. #include_next  <time.h>
  5. #endif
  6. #include "errno.h"
  7.  
  8. #define __tzname    tzname
  9. #define __tzset        tzset
  10. #define __daylight    daylight
  11. #define __timezone    timezone
  12.