summaryrefslogtreecommitdiff
path: root/tests/try-syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/try-syscall.c')
-rw-r--r--tests/try-syscall.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/try-syscall.c b/tests/try-syscall.c
index df35054..6e389de 100644
--- a/tests/try-syscall.c
+++ b/tests/try-syscall.c
@@ -71,6 +71,10 @@
*/
#define WRONG_POINTER ((char *) 1)
+#ifndef PR_GET_CHILD_SUBREAPER
+#define PR_GET_CHILD_SUBREAPER 37
+#endif
+
int
main (int argc, char **argv)
{