VirtualBox

Changeset 3576 in kBuild


Ignore:
Timestamp:
Jan 5, 2023 12:07:22 AM (2 years ago)
Author:
bird
Message:

kmk/config.h.darwin: Don't use pselect as it's non-atomic before macOS 10.12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.darwin

    r3283 r3576  
    158158#define HAVE_PIPE 1
    159159
     160#if 0 /* before 10.12.0 pselect is a useland implementation, which is insufficient for our purposes. */
    160161/* Define to 1 if you have the `pselect' function. */
    161 #define HAVE_PSELECT 1
     162# define HAVE_PSELECT 1
     163#else
     164# undef HAVE_PSELECT
     165#endif
    162166
    163167/* Define to 1 if you have the `pstat_getdynamic' function. */
Note: See TracChangeset for help on using the changeset viewer.

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