Change-Id: I6723578fa037caf4d6b75c97389d31f7d3568d67
#endif
#if defined(__STDC__) || defined(_MSC_VER)
+#if defined(__linux__)
+#define __USE_FORTIFY_LEVEL 0 /* Avoid dependency on GLIBC_2.4 (__realpath_chk) */
+#endif
#include <stdlib.h>
#ifndef _MSC_VER
#include <sys/types.h>