Changeset 95189 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jun 3, 2022 2:53:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r93115 r95189 41 41 #ifndef RT_OS_WINDOWS 42 42 # include <signal.h> 43 # ifdef RT_OS_DARWIN 44 # include <pthread.h> 45 # define sigprocmask pthread_sigmask /* On xnu sigprocmask works on the process, not the calling thread as elsewhere. */ 46 # endif 43 47 #endif 44 48
Note:
See TracChangeset
for help on using the changeset viewer.