server-skynet-source-3rd-je.../include
Jim Chen ae248a2160 Use openat syscall if available
Some architectures like AArch64 may not have the open syscall because it
was superseded by the openat syscall, so check and use SYS_openat if
SYS_open is not available.

Additionally, Android headers for AArch64 define SYS_open to __NR_open,
even though __NR_open is undefined. Undefine SYS_open in that case so
SYS_openat is used.
2017-04-21 10:58:42 -07:00
..
jemalloc Use openat syscall if available 2017-04-21 10:58:42 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00