Remove check for __NR_memfd_create availability once is supported in ChromeOS |
||||
Issue descriptionFor now we need to protect the new implementation of shared memory using memfd_create for ChromeOS builds. #if defined(__NR_memfd_create) Once this is available, we should be able to remove this check for Chrome builds in Linux environments.
,
Nov 16
,
Nov 16
,
Nov 16
CrOS toolchain has linux-4.14 headers now in master for all targets. so whatever cleanup you want to do is probably possible now. |
||||
►
Sign in to add a comment |
||||
Comment 1 by thestig@chromium.org
, Nov 29 2017