VirtualBox

Ignore:
Timestamp:
Dec 28, 2013 7:55:26 PM (11 years ago)
Author:
vboxsync
Message:

Failed experiment with poll() on darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_darwin.h

    r16391 r50011  
    7272#define _PR_HAVE_LARGE_OFF_T
    7373#define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
     74
     75#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 /* Mac OS X 10.6 has poll(). */
     76# if 0 /* ... but we don't use it because it performs worse on Mt. Lion - WEIRD! */
     77# define _PR_POLL_AVAILABLE     1
     78# define _PR_USE_POLL           1
     79# endif
     80#endif
    7481
    7582#define _PR_INET6
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