Browse Source

rename clock_gettime OS X shim for consistency

OPENBSD_5_7
Brent Cook 9 years ago
committed by Brent Cook
parent
commit
349259b778
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.am
  2. +0
    -0
      compat/clock_gettime_osx.c

+ 1
- 1
Makefile.am View File

@ -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


compat/mach-clock_gettime.c → compat/clock_gettime_osx.c View File


Loading…
Cancel
Save