summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/weak/nt32/__vm_lock_sym.s
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/weak/nt32/__vm_lock_sym.s')
-rw-r--r--arch/nt32/weak/nt32/__vm_lock_sym.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/nt32/weak/nt32/__vm_lock_sym.s b/arch/nt32/weak/nt32/__vm_lock_sym.s
new file mode 100644
index 0000000..a6629cc
--- /dev/null
+++ b/arch/nt32/weak/nt32/__vm_lock_sym.s
@@ -0,0 +1,8 @@
+ .globl ___vm_lock_impl /* symbol excluded from libc.so */
+___vm_lock_impl:
+ jmp ___vm_lock
+
+
+ .globl ___vm_unlock_impl /* symbol excluded from libc.so */
+___vm_unlock_impl:
+ jmp ___vm_unlock