[LTP] [PATCH v2 03/10] lapi/shm.h: Add SHM_STAT_ANY

Cyril Hrubis chrubis@suse.cz
Mon Sep 7 17:01:50 CEST 2020


Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 include/lapi/shm.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 include/lapi/shm.h

diff --git a/include/lapi/shm.h b/include/lapi/shm.h
new file mode 100644
index 000000000..61c4e37bf
--- /dev/null
+++ b/include/lapi/shm.h
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * Copyright (c) 2020 Cyril Hrubis <chrubis@suse.cz>
+ */
+
+#ifndef LAPI_SHM_H__
+#define LAPI_SHM_H__
+
+#ifndef SHM_STAT_ANY
+# define SHM_STAT_ANY 15
+#endif
+
+#endif /* LAPI_SHM_H__ */
-- 
2.26.2



More information about the ltp mailing list