View | Details | Raw Unified | Return to bug 246339
Collapse All | Expand All

(-)sys/amd64/linux/linux_sysvec.c (-1 / +1 lines)
Lines 667-673 Link Here
667
const unsigned long linux_vsyscall_vector[] = {
667
const unsigned long linux_vsyscall_vector[] = {
668
	LINUX_SYS_gettimeofday,
668
	LINUX_SYS_gettimeofday,
669
	LINUX_SYS_linux_time,
669
	LINUX_SYS_linux_time,
670
				/* getcpu not implemented */
670
	LINUX_SYS_linux_getcpu,	/* getcpu not implemented */
671
};
671
};
672
672
673
static int
673
static int

Return to bug 246339