Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 779880
Collapse All | Expand All

(-)a/ntpd/ntp_sandbox.c (-1 / +1 lines)
Lines 349-354 int scmp_sc[] = { Link Here
349
	SCMP_SYS(lseek),
349
	SCMP_SYS(lseek),
350
	SCMP_SYS(membarrier),	/* Needed on Alpine 3.11.3 */
350
	SCMP_SYS(membarrier),	/* Needed on Alpine 3.11.3 */
351
	SCMP_SYS(munmap),
351
	SCMP_SYS(munmap),
352
	SCMP_SYS(newfstatat),
352
	SCMP_SYS(open),
353
	SCMP_SYS(open),
353
#ifdef __NR_openat
354
#ifdef __NR_openat
354
	SCMP_SYS(openat),	/* SUSE */
355
	SCMP_SYS(openat),	/* SUSE */
Lines 451-457 int scmp_sc[] = { Link Here
451
#endif
452
#endif
452
#if defined(__aarch64__)
453
#if defined(__aarch64__)
453
	SCMP_SYS(faccessat),
454
	SCMP_SYS(faccessat),
454
	SCMP_SYS(newfstatat),
455
	SCMP_SYS(renameat),
455
	SCMP_SYS(renameat),
456
	SCMP_SYS(linkat),
456
	SCMP_SYS(linkat),
457
	SCMP_SYS(unlinkat),
457
	SCMP_SYS(unlinkat),

Return to bug 779880