Changeset 57426 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Aug 18, 2015 12:42:05 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102191
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c
r56292 r57426 494 494 * to make lwip thread main function compatible with IPRT thread main function. 495 495 */ 496 static intsys_thread_adapter(RTTHREAD ThreadSelf, void *pvUser)496 static DECLCALLBACK(int) sys_thread_adapter(RTTHREAD ThreadSelf, void *pvUser) 497 497 { 498 498 THREADLOCALSTORAGE *tls = (THREADLOCALSTORAGE *)pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.