Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705128 | Differences between
and this patch

Collapse All | Expand All

(-)a/ntpd/ntp_sandbox.c (+5 lines)
Lines 428-433 int scmp_sc[] = { Link Here
428
	/* gentoo 64-bit and 32-bit, Intel and Arm use mmap */
428
	/* gentoo 64-bit and 32-bit, Intel and Arm use mmap */
429
	SCMP_SYS(mmap),
429
	SCMP_SYS(mmap),
430
#endif
430
#endif
431
#if defined(__aarch64__)
432
	SCMP_SYS(faccessat),
433
	SCMP_SYS(newfstatat),
434
	SCMP_SYS(renameat),
435
#endif
431
#if defined(__i386__) || defined(__arm__) || defined(__powerpc__)
436
#if defined(__i386__) || defined(__arm__) || defined(__powerpc__)
432
	SCMP_SYS(_newselect),
437
	SCMP_SYS(_newselect),
433
	SCMP_SYS(_llseek),
438
	SCMP_SYS(_llseek),

Return to bug 705128