Move our "what time is it now" compat functions into a new module

I'm not moving our "format and parse the time" functions, since
those have been pretty volatile over the last couple of years.
This commit is contained in:
Nick Mathewson
2016-07-08 10:38:59 -04:00
parent 3ac434104a
commit aa971c5924
5 changed files with 145 additions and 98 deletions
+1
View File
@@ -83,6 +83,7 @@ LIBOR_A_SRC = \
src/common/backtrace.c \
src/common/compat.c \
src/common/compat_threads.c \
src/common/compat_time.c \
src/common/container.c \
src/common/log.c \
src/common/memarea.c \