summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/gethrtime.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/gethrtime.S')
-rw-r--r--sysdeps/unix/sysv/solaris2/kopensolaris-gnu/gethrtime.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/gethrtime.S b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/gethrtime.S
new file mode 100644
index 0000000000..2ef92ea45f
--- /dev/null
+++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/gethrtime.S
@@ -0,0 +1,6 @@
+#include <sysdep.h>
+#include <sys/trap.h>
+
+PSEUDO_FASTTRAP (gethrtime, GETHRTIME, 0)
+ ret
+PSEUDO_END (gethrtime)