]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/time.h
xnu-517.tar.gz
[apple/xnu.git] / bsd / sys / time.h
index cc790bf2386813a4ec5ba79a760111fbaa1f45e2..fcc2f07d8fdbc91f47e3001680fab2eea17e0e4b 100644 (file)
@@ -133,6 +133,8 @@ struct timezone {
                }                                                       \
        } while (0)
 
+#define timevalcmp(l, r, cmp)   timercmp(l, r, cmp) /* freebsd */
+
 /*
  * Names of the interval timers, and structure
  * defining a timer setting.