aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/getgroups/getgroups01.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/getgroups/getgroups01.c')
-rw-r--r--testcases/kernel/syscalls/getgroups/getgroups01.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testcases/kernel/syscalls/getgroups/getgroups01.c b/testcases/kernel/syscalls/getgroups/getgroups01.c
index cfddeb408..c253e487f 100644
--- a/testcases/kernel/syscalls/getgroups/getgroups01.c
+++ b/testcases/kernel/syscalls/getgroups/getgroups01.c
@@ -54,6 +54,11 @@
#include <sys/types.h>
#include "test.h"
+
+/*
+ * Don't forget to remove USE_LEGACY_COMPAT_16_H from Makefile after
+ * rewriting all tests to the new API.
+ */
#include "compat_16.h"
static void setup(void);