[PATCH 1/2] maint: update for linux v7.0

Gleb Fotengauer-Malinovskiy glebfm at altlinux.org
Mon Apr 13 11:14:59 UTC 2026


* maint/ioctls_sym.sh (process_file): Add a workaround definition
of __force.
---
 maint/ioctls_sym.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index 783840127..6b8fb7ab1 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -120,6 +120,9 @@ process_file()
 		#ifndef NULL
 		# define NULL ((void*)0)
 		#endif
+		#ifndef __force
+		# define __force
+		#endif
 		#ifndef __user
 		# define __user
 		#endif
-- 
glebfm



More information about the Strace-devel mailing list