]> pd.if.org Git - pdclib/blobdiff - platform/posix/internals/_PDCLIB_config.h
Add pthreads threading backend and move the POSIX port over to using it
[pdclib] / platform / posix / internals / _PDCLIB_config.h
index 5cee1ef51340c69a394ea335101e32a18534cd9b..099e970fda5d7240f23ad88cf0446a3caefddd0b 100644 (file)
@@ -186,7 +186,7 @@ struct _PDCLIB_imaxdiv_t
  * any functions for manipulating more accurate values of time_t, this is 
  * probably not useful.
  */
-#define _PDCLIB_time  unsigned long long
+#define _PDCLIB_time  long
 
 /* <time.h>: clock_t
  *