mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
In jrt.h the _XOPEN_SOURCE macro is defined. However if the compiler already specifies this as a default define, it can lead to compiler warnings or errors. By adding a macro check the warnings/errors can be avoided. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com