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
/disk-samsung/freebsd-ports/devel/folly/work/folly-2022.09.26.00/folly/logging/test/AsyncFileWriterTest.cpp:688:19: error: use of undeclared identifier 'waitpid'
auto waited = waitpid(pid, &status, 0);
^
/disk-samsung/freebsd-ports/devel/folly/work/folly-2022.09.26.00/folly/logging/test/AsyncFileWriterTest.cpp:774:23: error: use of undeclared identifier 'waitpid'
auto waited = waitpid(pid, &status, 0);
^
Did you forget to include <sys/wait.h>?
Version: 2022.09.26.00
The text was updated successfully, but these errors were encountered:
Summary:
Both files use these without correctly including them, causing compilation errors on some platforms.
Fixes: #1865Fixes: #1866
Reviewed By: Gownta
Differential Revision: D40244867
fbshipit-source-id: b18a0b26a8e6576c5bf0ba5186f3cdbf11a209c8
Did you forget to include
<sys/wait.h>
?Version: 2022.09.26.00
The text was updated successfully, but these errors were encountered: