Browse Source

Define timegm

Sean Wilson 7 năm trước cách đây
mục cha
commit
0456bbb0ce
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compat/minmea_compat_ti-rtos.h

+ 2 - 0
compat/minmea_compat_ti-rtos.h

@@ -11,6 +11,8 @@
 // timespec definition
 #include <ti/sysbios/posix/types.h>
 
+#define timegm  mktime
+
 #endif
 
 /* vim: set ts=4 sw=4 et: */