This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/dimmus/meson
in repository efl.
View the commit online.
commit bd12bf23e712510c5b12260e22fa12e122467def
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Wed Dec 6 19:15:43 2023 +0500
meson: revert commented 'fork' header
Noticed that with defined HAVE_FORK we have a lot of timeouts in tests. Commented 'fork' solves this. Tried #undef in efl_check.h as well. Experiments to be continued.
---
header_checks/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/header_checks/meson.build b/header_checks/meson.build
index 2fdf9271a5..5f504c051b 100644
--- a/header_checks/meson.build
+++ b/header_checks/meson.build
@@ -80,7 +80,7 @@ function_checks = [
['dirfd', ['dirent.h sys/types.h']],
['fchmod', ['sys/stat.h']],
['fcntl', ['fcntl.h']],
- # ['fork', ['unistd.h']],
+ ['fork', ['unistd.h']],
['fpathconf', ['unistd.h']],
['geteuid', ['unistd.h']],
['getpagesize', ['unistd.h']],
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.