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.
This commit is contained in:
Dmitri Chudinov 2023-12-06 19:15:43 +05:00
parent 8beff7c4a1
commit bd12bf23e7
Signed by: dimmus
GPG Key ID: D4AED7D0CD0B767C
1 changed files with 1 additions and 1 deletions

View File

@ -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']],