Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/time.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1505 r1506  
     1/** @file
     2 * FreeBSD 5.1
     3 *
     4 * @changed EMX isms.
     5 * @changed Removed timezone() function as it clashes with the timezone
     6 *          variable defined in EMX and OGBSI6.
     7 * @changed Changed CLK_TCK and CLOCKS_PER_SEC to 100.
     8 * @changed Commented out tm_gmtoff and tm_zone in struct tm as LIBC doesn't
     9 *          implement these yet.
     10 *
     11 * @todo    Implement tm_gmtoff and tm_zone members in struct tm.
     12 * @todo    Implement clock_getres(), clock_gettime(), clock_settime(), nanosleep().
     13 *          asctime_r(), ctime_r(), gmtime_r() and localtime_r() which are defined in
     14 *          various POSIX standard revisions.
     15 * @todo    Implement tzsetwall(), timelocal(), timegm() which are BSD specific.
     16 */
    117/*
    218 * Copyright (c) 1989, 1993
     
    4359 */
    4460
    45 /** @file
    46  * FreeBSD 5.1
    47  *
    48  * @changed EMX isms.
    49  * @changed Removed timezone() function as it clashes with the timezone
    50  *          variable defined in EMX and OGBSI6.
    51  * @changed Changed CLK_TCK and CLOCKS_PER_SEC to 100.
    52  * @changed Commented out tm_gmtoff and tm_zone in struct tm as LIBC doesn't
    53  *          implement these yet.
    54  *
    55  * @todo    Implement tm_gmtoff and tm_zone members in struct tm.
    56  * @todo    Implement clock_getres(), clock_gettime(), clock_settime(), nanosleep().
    57  *          asctime_r(), ctime_r(), gmtime_r() and localtime_r() which are defined in
    58  *          various POSIX standard revisions.
    59  * @todo    Implement tzsetwall(), timelocal(), timegm() which are BSD specific.
    60  */
    61 
    6261#ifndef _TIME_H_
    6362#define _TIME_H_
Note: See TracChangeset for help on using the changeset viewer.