userland/arch/aarch64/inline_asm/futex_ldxr_stxr.c

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-25 04:00:03 +00:00
parent 09cbc26819
commit c9d15228ab
3 changed files with 57 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#futex-system-call */
#define _GNU_SOURCE
#include <assert.h>
#include <pthread.h>
#include <stdio.h>