You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I see you define DARWIN_UNLIMITED_SELECT when building Emacs. I can't find a mention of this define anywhere in header files. I can, however, find _DARWIN_UNLIMITED_SELECT, with the leading underscore. This is also mentioned, for example, in a CMake issue. Also, the Darwin man page for select(2) also has the leading underscore.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I see you define
DARWIN_UNLIMITED_SELECT
when building Emacs. I can't find a mention of this define anywhere in header files. I can, however, find_DARWIN_UNLIMITED_SELECT
, with the leading underscore. This is also mentioned, for example, in a CMake issue. Also, the Darwin man page for select(2) also has the leading underscore.Are we sure
-DDARWIN_UNLIMITED_SELECT
is correct?Beta Was this translation helpful? Give feedback.
All reactions