From 8cb7d3dcfcbe11a6d5682743816409d1c8e8f6a0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 20 Sep 2017 21:18:36 +0200 Subject: all: initial support for fuchsia Nothing works, but builds. Update #191 --- sys/fuchsia/sys_amd64.const | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sys/fuchsia/sys_amd64.const (limited to 'sys/fuchsia/sys_amd64.const') diff --git a/sys/fuchsia/sys_amd64.const b/sys/fuchsia/sys_amd64.const new file mode 100644 index 000000000..c6aa53ea0 --- /dev/null +++ b/sys/fuchsia/sys_amd64.const @@ -0,0 +1,5 @@ +__NR_mx_time_get = 0 + +MX_CLOCK_MONOTONIC = 0 +MX_CLOCK_UTC = 1 +MX_CLOCK_THREAD = 2 -- cgit mrf-deployment