QuRT and POSIX changes - part 5

Last part of the main QuRT related changes

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-04-24 01:39:25 -07:00
parent 187f13cd70
commit a1332e699c
10 changed files with 42 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <sys/types.h>
#include <time.h>
#ifdef __PX4_LINUX
#if defined(__PX4_LINUX) || defined(__PX4_NUTTX)
#define px4_clock_gettime clock_gettime
#define px4_clock_settime clock_settime