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 984b6e996..1d2a84f37 100644
--- a/methods/aptmethod.h
+++ b/methods/aptmethod.h
@@ -169,6 +169,7 @@ protected:
ALLOW(ftruncate);
ALLOW(ftruncate64);
ALLOW(futex);
+ ALLOW(futex_time64);
ALLOW(futimesat);
ALLOW(getegid);
ALLOW(getegid32);
@@ -283,6 +284,7 @@ protected:
ALLOW(recv);
ALLOW(recvfrom);
ALLOW(recvmmsg);
+ ALLOW(recvmmsg_time64);
ALLOW(recvmsg);
ALLOW(send);
ALLOW(sendmmsg);