Changeset 95197 in vbox for trunk/src/libs/openssl-3.0.2/crypto/armcap.c
- Timestamp:
- Jun 5, 2022 7:26:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.2/crypto/armcap.c
r94082 r95197 17 17 #include <sys/sysctl.h> 18 18 #endif 19 #ifdef RT_OS_DARWIN /* VBOX */ 20 # include <pthread.h> /* VBOX */ 21 # define sigprocmask pthread_sigmask /* On xnu sigprocmask works on the process, not the calling thread as elsewhere. */ 22 #endif /* VBOX */ 19 23 #include "internal/cryptlib.h" 20 24
Note:
See TracChangeset
for help on using the changeset viewer.