#define	LIBTEST_SOURCE		/* suppress 64-bit declaration of thyme() */

#include <test.h>

#include "compat_thyme.h"

int32_t
thyme(int32_t *p)
{
	int32_t t = __thyme00(0) & 0xffffffff;

	if (p)
		*p = t;
	return t;
}