Changeset 53657 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_open.c
- Timestamp:
- Jan 2, 2015 12:28:56 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_open.c
r53652 r53657 686 686 #ifdef VBOX 687 687 # include <iprt/critsect.h> 688 # include <libctf.h> 688 689 extern RTCRITSECT dt_qsort_lock; /* dt_aggregate.c */ 689 690 … … 703 704 } 704 705 #else 706 707 libctf_init(); 705 708 RTCritSectInit(&dt_qsort_lock); 706 709 #endif
Note:
See TracChangeset
for help on using the changeset viewer.