]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/systm.h
xnu-3248.20.55.tar.gz
[apple/xnu.git] / bsd / sys / systm.h
index 2cbbba27fa15c68bf95baf555479469d76ab938b..7d5a43c3153f48823c76dd35a81b2fdc360fe6cc 100644 (file)
@@ -217,6 +217,7 @@ void        bsd_timeout(void (*)(void *), void *arg, struct timespec * ts);
 void   bsd_untimeout(void (*)(void *), void *arg);
 void   set_fsblocksize(struct vnode *);
 uint64_t tvtoabstime(struct timeval *);
+uint64_t tstoabstime(struct timespec *);
 void   *throttle_info_create(void);
 void   throttle_info_mount_ref(mount_t mp, void * throttle_info);
 void   throttle_info_mount_rel(mount_t mp);