Skip to content

Commit 2ea86ce

Browse files
committed
add gtod post
1 parent 2cc40f5 commit 2ea86ce

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

_posts/2019-10-22-gtod.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Default Clock: Get-Time-of-Day"
3+
author: Elsa Gonsiorowski
4+
category: feature
5+
---
6+
7+
With [PR #170](https://github.com/ross-org/ROSS/pull/170) there is a new default clock based on the system `gettimeofday` function.
8+
This means that ROSS can function on any architecture, even if a processor-specific system clock is not implemented.
9+
More details on the `gettimeofday` function can be found on the [linux man page](https://linux.die.net/man/2/gettimeofday).

0 commit comments

Comments
 (0)