Remove duplicate __NR_clock_nanosleep

This commit is contained in:
Darren Tucker 2019-11-13 23:27:31 +11:00
parent b1c82f4b8a
commit 546274a6f8

View File

@ -245,9 +245,6 @@ static const struct sock_filter preauth_insns[] = {
#ifdef __NR_clock_nanosleep
SC_ALLOW(__NR_clock_nanosleep),
#endif
#ifdef __NR_clock_nanosleep
SC_ALLOW(__NR_clock_nanosleep),
#endif
#ifdef __NR__newselect
SC_ALLOW(__NR__newselect),
#endif