Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/time.h

    r4805495 r09ab0a9a  
    3333 */
    3434
    35 #ifndef _LIBC_TIME_H_
    36 #define _LIBC_TIME_H_
     35#ifndef LIBC_TIME_H_
     36#define LIBC_TIME_H_
    3737
    3838#ifdef __cplusplus
     
    6464struct tm {
    6565        int tm_sec;
    66         int tm_nsec;  /**< Nonstandard extension, nanoseconds since last second. */
     66#ifdef _HELENOS_SOURCE
     67        int tm_nsec;
     68#endif
    6769        int tm_min;
    6870        int tm_hour;
Note: See TracChangeset for help on using the changeset viewer.