- Timestamp:
- Jun 23, 2021 8:51:30 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r89647 r89870 167 167 * Note! Avoid SIGRTMIN thru SIGRTMIN+2 because of LinuxThreads. 168 168 */ 169 # if ndef RT_OS_LINUX /* glibc defines SIGRTMAX to __libc_current_sigrtmax(), causing compiler to deploy serialization here. */169 # if !defined(RT_OS_LINUX) && !defined(RT_OS_SOLARIS) /* glibc defines SIGRTMAX to __libc_current_sigrtmax() and Solaris libc defines it relying on _sysconf(), causing compiler to deploy serialization here. */ 170 170 static 171 171 # endif
Note:
See TracChangeset
for help on using the changeset viewer.