- Timestamp:
- Jun 3, 2022 3:11:16 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151690
- Location:
- trunk/src/VBox/Runtime/r3/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r93115 r95190 57 57 #if defined(RT_OS_HAIKU) 58 58 # include <OS.h> 59 #endif 60 #if defined(RT_OS_DARWIN) 61 # define sigprocmask pthread_sigmask /* On xnu sigprocmask works on the process, not the calling thread as elsewhere. */ 59 62 #endif 60 63 -
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r93115 r95190 73 73 #include <errno.h> 74 74 #include <pthread.h> 75 #if defined(RT_OS_DARWIN) 76 # define sigprocmask pthread_sigmask /* On xnu sigprocmask works on the process, not the calling thread as elsewhere. */ 77 #endif 75 78 76 79
Note:
See TracChangeset
for help on using the changeset viewer.