Project

General

Profile

Actions

Misc #14342

closed

[PATCH 0/2] remove pthreads ifdefs leftover from NaCL

Added by normalperson (Eric Wong) about 6 years ago. Updated about 6 years ago.

Status:
Closed
Assignee:
-
[ruby-core:84757]

Description

#ifdefs make code confusing, hard-to-follow, and more bug-prone.

These checks were added for NaCL and we no longer support NaCL.

And any platform without the most basic pthreads functions should
not be worth our effort to support as pthreads in the future.

Actions #2

Updated by Anonymous about 6 years ago

  • Status changed from Open to Closed

Applied in changeset trunk|r61719.


thread_pthread: remove HAVE_PTHREAD_ATTR_INIT ifdefs

ifdefs make code confusing for my easily-confused mind :<
These were added for NaCL support in r36022, and we dropped NaCL
in r60374. There are more #ifdefs to remove...

[ruby-core:84758] [Misc #14342]

Actions

Also available in: Atom PDF

Like0
Like0Like0