Merge: realtime: 32 bits compatibility
authorJean Privat <jean@pryen.org>
Thu, 9 Mar 2017 15:12:56 +0000 (10:12 -0500)
committerJean Privat <jean@pryen.org>
Thu, 9 Mar 2017 15:12:56 +0000 (10:12 -0500)
commit02ccb44ca23e9b730b6058fefdfb5eb9f1d64f9c
tree8719e20a884736f3bf15422ee9fd67a775f572e1
parent1ec526c4a33848ca6ef96b74fd02ced9f2f46cbe
parent3e961b5622a1ccbf47b9a45d3ed9ff0887aa0f01
Merge: realtime: 32 bits compatibility

Fix `realtime::Timespec` services on 32 bits systems and Windows by moving some critical code to C. This PR does not change the API. However, I have plans for a future revamp of the API to reduce the number of mallocs.

Pull-Request: #2380
Reviewed-by: Jean Privat <jean@pryen.org>