Changeset 36912 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- May 2, 2011 2:23:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r36555 r36912 259 259 260 260 pthread_setspecific(g_SelfKey, NULL); 261 pthread_exit((void *) rc);262 return (void *) rc;261 pthread_exit((void *)(intptr_t)rc); 262 return (void *)(intptr_t)rc; 263 263 } 264 264
Note:
See TracChangeset
for help on using the changeset viewer.