shithub: front

ref: e6fa5a21f97c13caea47c0a434d5672ab45da2d6
dir: /sys/src/libc/port/cycles.c/

View raw version
#include <u.h>
#include <libc.h>

#pragma profile off

void
cycles(uvlong *u)
{
	*u = 0LL;
}