Changeset 26226 in vbox for trunk/src/VBox/Runtime/gc
- Timestamp:
- Feb 3, 2010 10:11:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/gc/initterm-gc.cpp
r13813 r26226 70 70 * @param u64ProgramStartNanoTS The startup timestamp. 71 71 */ 72 RT GCDECL(int) RTRCInit(uint64_t u64ProgramStartNanoTS)72 RTRCDECL(int) RTRCInit(uint64_t u64ProgramStartNanoTS) 73 73 { 74 74 /* … … 87 87 * Terminates the raw-mode context runtime library. 88 88 */ 89 RT GCDECL(void) RTRCTerm(void)89 RTRCDECL(void) RTRCTerm(void) 90 90 { 91 91 /* do nothing */
Note:
See TracChangeset
for help on using the changeset viewer.