Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 398 Bytes

darwin-posix-rt

Darwin implementations of some of the functions in the POSIX RT standard that are missing in OS X.

Currently implemented are: - clock__gettime for CLOCK_REALTIME and CLOCK_MONOTONIC

To build use the supplied Makefile, it is not that fancy at the moment so you should be able to customize it if you want to.

The license is GPL 2 or later OR LGPL 3 or later.