summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9547e58d..6f2f112c 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)
{