Move to do_on_cpu system call
[librseq.git] / include / rseq / rseq-skip.h
index 036668c7b2c4f43a3a5846b419806cb896ac0e46..8c49810071bf8ac96c2a78eff5766d34733ea3bd 100644 (file)
@@ -63,3 +63,9 @@ int rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect,
 {
        return -1;
 }
+
+static inline __attribute__((always_inline))
+int rseq_deref_loadoffp(void *p, off_t voffp, intptr_t *load, int cpu)
+{
+       return -1;
+}
This page took 0.029817 seconds and 4 git commands to generate.