Changeset 95190 in vbox for trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
- Timestamp:
- Jun 3, 2022 3:11:16 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151690
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.