Changeset 2612 in vbox for trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp
- Timestamp:
- May 14, 2007 7:19:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp
r1204 r2612 38 38 * @param pTime Where to store the time. 39 39 */ 40 RT R3DECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime)40 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime) 41 41 { 42 42 struct timeval tv;
Note:
See TracChangeset
for help on using the changeset viewer.