Changeset 26344 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Feb 9, 2010 3:39:45 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57432
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp
r20449 r26344 103 103 } 104 104 105 -
trunk/src/VBox/Runtime/r3/linux/time-linux.cpp
r8245 r26344 40 40 #include <unistd.h> 41 41 #ifndef __NR_clock_gettime 42 # define __NR_timer_create 43 # define __NR_clock_gettime 42 # define __NR_timer_create 259 43 # define __NR_clock_gettime (__NR_timer_create+6) 44 44 #endif 45 45 -
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r25953 r26344 739 739 } 740 740 741 -
trunk/src/VBox/Runtime/r3/posix/filelock-posix.cpp
r8245 r26344 142 142 } 143 143 144 -
trunk/src/VBox/Runtime/r3/posix/rand-posix.cpp
r11557 r26344 139 139 } 140 140 141 -
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r20822 r26344 233 233 } 234 234 235 -
trunk/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp
r11840 r26344 75 75 } 76 76 77 -
trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp
r15954 r26344 485 485 } 486 486 487 488 -
trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
r11725 r26344 637 637 } 638 638 639 -
trunk/src/VBox/Runtime/r3/win/uuid-win.cpp
r25961 r26344 188 188 } 189 189 190 -
trunk/src/VBox/Runtime/r3/xml.cpp
r26163 r26344 1456 1456 } // end namespace xml 1457 1457 1458
Note:
See TracChangeset
for help on using the changeset viewer.