summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--methods/aptmethod.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/methods/aptmethod.h b/methods/aptmethod.h
index e406e3c37..5cae7295b 100644
--- a/methods/aptmethod.h
+++ b/methods/aptmethod.h
@@ -94,6 +94,7 @@ protected:
ALLOW(chown32);
ALLOW(clock_getres);
ALLOW(clock_gettime);
+ ALLOW(clock_nanosleep);
ALLOW(close);
ALLOW(creat);
ALLOW(dup);
@@ -161,6 +162,7 @@ protected:
ALLOW(mremap);
ALLOW(msync);
ALLOW(munmap);
+ ALLOW(nanosleep);
ALLOW(newfstatat);
ALLOW(_newselect);
ALLOW(oldfstat);