[PATCH rt-tests v3 08/33] ptsematest: Initialize rt-util
From: Daniel Wagner <hidden>
Date: 2021-03-20 18:39:35
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Daniel Wagner <hidden>
Date: 2021-03-20 18:39:35
Subsystem:
the rest · Maintainer:
Linus Torvalds
Allow rt-util make a copy of the command line. Signed-off-by: Daniel Wagner <redacted> --- src/ptsematest/ptsematest.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/ptsematest/ptsematest.c b/src/ptsematest/ptsematest.c
index 2755bfde5210..eb7ac4ccc823 100644
--- a/src/ptsematest/ptsematest.c
+++ b/src/ptsematest/ptsematest.c@@ -401,6 +401,7 @@ int main(int argc, char *argv[]) sigset_t sigset; struct timespec maindelay; + rt_init(argc, argv); process_options(argc, argv); if (check_privs())
--
2.30.2