Changeset 3f466c33 in mainline for uspace/lib/posix/sys/types.h
- Timestamp:
- 2011-07-07T22:59:42Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec18957a
- Parents:
- 324d46b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/sys/types.h
r324d46b r3f466c33 52 52 typedef struct posix_thread_attr posix_thread_attr_t; 53 53 54 /* Clock types */ 55 typedef long posix_clock_t; 56 typedef int posix_clockid_t; 57 54 58 #ifndef LIBPOSIX_INTERNAL 55 59 #define ino_t posix_ino_t … … 64 68 65 69 #define pthread_attr_t posix_thread_attr_t 70 71 #define clock_t posix_clock_t 72 #define clockid_t posix_clockid_t 66 73 #endif 67 74
Note:
See TracChangeset
for help on using the changeset viewer.