Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/sys/types.h

    rfa9815d9 r3f466c33  
    5252typedef struct posix_thread_attr posix_thread_attr_t;
    5353
     54/* Clock types */
     55typedef long posix_clock_t;
     56typedef int posix_clockid_t;
     57
    5458#ifndef LIBPOSIX_INTERNAL
    5559        #define ino_t posix_ino_t
     
    6468       
    6569        #define pthread_attr_t posix_thread_attr_t
     70       
     71        #define clock_t posix_clock_t
     72        #define clockid_t posix_clockid_t
    6673#endif
    6774
Note: See TracChangeset for help on using the changeset viewer.