Changeset 4890 for pjproject/trunk/pjlib/src/pj/os_timestamp_posix.c
- Timestamp:
- Aug 19, 2014 12:54:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_timestamp_posix.c
r3553 r4890 126 126 #include <errno.h> 127 127 128 #define NSEC_PER_SEC 1000000000 128 #ifndef NSEC_PER_SEC 129 # define NSEC_PER_SEC 1000000000 130 #endif 129 131 130 132 PJ_DEF(pj_status_t) pj_get_timestamp(pj_timestamp *ts)
Note: See TracChangeset
for help on using the changeset viewer.