Ignore:
File:
1 edited

Legend:

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

    r3f466c33 rfa9815d9  
    5252typedef struct posix_thread_attr posix_thread_attr_t;
    5353
    54 /* Clock types */
    55 typedef long posix_clock_t;
    56 typedef int posix_clockid_t;
    57 
    5854#ifndef LIBPOSIX_INTERNAL
    5955        #define ino_t posix_ino_t
     
    6864       
    6965        #define pthread_attr_t posix_thread_attr_t
    70        
    71         #define clock_t posix_clock_t
    72         #define clockid_t posix_clockid_t
    7366#endif
    7467
Note: See TracChangeset for help on using the changeset viewer.