[PlayStation] Don't call fcntl.
Created attachment 370062 [details] Patch
Simple patch, but we need to come up with a better #if to use before landing.
We probably should also be protecting the #ifdef F_DUPFD_CLOEXEC case in dupCloseOnExec since we could get the define while still not being allowed to call fcntl.
Created attachment 370357 [details] Patch
Attachment 370357 [details] did not pass style-queue: ERROR: Source/WTF/wtf/unix/UniStdExtrasUnix.cpp:28: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WTF/wtf/playstation/UniStdExtrasPlayStation.cpp:28: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 2 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 370358 [details] Patch
Attachment 370358 [details] did not pass style-queue: ERROR: Source/WTF/wtf/unix/UniStdExtrasUnix.cpp:28: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WTF/wtf/playstation/UniStdExtrasPlayStation.cpp:28: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 2 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 370358 [details] Patch Clearing flags on attachment: 370358 Committed r245606: <https://trac.webkit.org/changeset/245606>
All reviewed patches have been landed. Closing bug.
<rdar://problem/51009469>