VirtualBox

Ignore:
Timestamp:
Jun 5, 2022 7:26:08 PM (3 years ago)
Author:
vboxsync
Message:

libs/openssl-3.0.2: Addressed potential sigprocmask problem when we go for arm64 assembly routines (code is not compiled at the moment). bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.2/crypto/armcap.c

    r94082 r95197  
    1717#include <sys/sysctl.h>
    1818#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 */
    1923#include "internal/cryptlib.h"
    2024
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette