1
0

release 6.12.20

This commit is contained in:
2025-03-23 03:20:34 +03:00
parent 42650d9e26
commit 06a5da3214
5 changed files with 72 additions and 3 deletions

View File

@@ -158,5 +158,5 @@ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
+}
+
extern void __futex_unqueue(struct futex_q *q);
extern void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb);
extern int futex_unqueue(struct futex_q *q);
extern void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb,
struct task_struct *task);