summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-user-space.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-user-space.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-user-space.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-user-space.h b/rtemsbsd/include/machine/rtems-bsd-user-space.h
index 536ef8e2..3bf971fd 100644
--- a/rtemsbsd/include/machine/rtems-bsd-user-space.h
+++ b/rtemsbsd/include/machine/rtems-bsd-user-space.h
@@ -63,12 +63,18 @@
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
#endif
+#ifndef CLOCK_REALTIME_FAST
+#define CLOCK_REALTIME_FAST CLOCK_REALTIME
+#endif
+
#ifndef CLOCK_UPTIME
#define CLOCK_UPTIME CLOCK_MONOTONIC
#endif
#define SIZE_T_MAX SIZE_MAX
+#define __libc_sigprocmask(a, b, c) sigprocmask(a, b, c)
+
__BEGIN_DECLS
/* FIXME: Add to Newlib */