From 349259b778a25d116579901df37f3647526364bd Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 1 Jan 2015 06:41:28 -0600 Subject: [PATCH] rename clock_gettime OS X shim for consistency --- Makefile.am | 2 +- compat/{mach-clock_gettime.c => clock_gettime_osx.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename compat/{mach-clock_gettime.c => clock_gettime_osx.c} (100%) diff --git a/Makefile.am b/Makefile.am index b174056..6323184 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ endif if !HAVE_CLOCK_GETTIME if HOST_DARWIN -libcompat_la_SOURCES += compat/mach-clock_gettime.c +libcompat_la_SOURCES += compat/clock_gettime_osx.c endif endif diff --git a/compat/mach-clock_gettime.c b/compat/clock_gettime_osx.c similarity index 100% rename from compat/mach-clock_gettime.c rename to compat/clock_gettime_osx.c