Ticket #208: time.h.diff

File time.h.diff, 1.1 KB (added by KO Myung-Hun, 15 years ago)

patch for 'time.h'

  • time.h

    diff -buNr time.h.org time.h
    old new  
    160160#endif
    161161
    162162#if __POSIX_VISIBLE >= 199309
    163 int clock_getres(clockid_t, struct timespec *);
    164 int clock_gettime(clockid_t, struct timespec *);
    165 int clock_settime(clockid_t, const struct timespec *);
     163/** @todo int clock_getres(clockid_t, struct timespec *); */
     164/** @todo int clock_gettime(clockid_t, struct timespec *); */
     165/** @todo int clock_settime(clockid_t, const struct timespec *); */
    166166int nanosleep(const struct timespec *, struct timespec *);
    167167#endif /* __POSIX_VISIBLE >= 199309 */
    168168
     
    183183/* bird: clash with EMX (and OGBSI6) timezone is a variable. man page say this
    184184 * is for Unix version 7 compatability though...
    185185char *timezone(int, int); */
    186 void tzsetwall(void);
    187 time_t timelocal(struct tm * const);
    188 time_t timegm(struct tm * const);
     186/** @todo void tzsetwall(void); */
     187/** @todo time_t timelocal(struct tm * const); */
     188/** @todo time_t timegm(struct tm * const); */
    189189#endif /* __BSD_VISIBLE */
    190190
    191191/* bird: LIBC OGBSI6 compliance extras. */