mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
The main implementation of unix platform hangs, if the engine was built with jerry-libc. Open system call returns with a negative error code if cannot open the file, but fopen must return NULL when error happens. Fixes #1437. JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com