From b1f4ffc9c8abff3ba58dc1ec9a9f92d2f0de6806 Mon Sep 17 00:00:00 2001 From: qrort Date: Fri, 2 Dec 2022 11:31:25 +0300 Subject: remove kikimr/driver DEPENDS --- library/python/prctl/prctl.pyx | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 library/python/prctl/prctl.pyx (limited to 'library/python/prctl') diff --git a/library/python/prctl/prctl.pyx b/library/python/prctl/prctl.pyx deleted file mode 100644 index 707a79c22f1..00000000000 --- a/library/python/prctl/prctl.pyx +++ /dev/null @@ -1,14 +0,0 @@ -cdef extern from "": - int prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5); - - -PR_SET_PDEATHSIG = 1 -PR_SET_CHILD_SUBREAPER = 36 - - -def set_pdeathsig(signum): - return prctl(PR_SET_PDEATHSIG, signum, 0, 0, 0) - - -def set_child_subreaper(val): - return prctl(PR_SET_CHILD_SUBREAPER, val, 0, 0, 0) -- cgit v1.3