summaryrefslogtreecommitdiffstats
path: root/libelf/gelf_update_sym.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/gelf_update_sym.c')
-rw-r--r--libelf/gelf_update_sym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libelf/gelf_update_sym.c b/libelf/gelf_update_sym.c
index fff45fdb..d484e03a 100644
--- a/libelf/gelf_update_sym.c
+++ b/libelf/gelf_update_sym.c
@@ -86,7 +86,7 @@ gelf_update_sym (data, ndx, src)
}
scn = data_scn->s;
- rwlock_wrlock (scn->elf->lock);
+ RWLOCK_WRLOCK (scn->elf->lock);
if (scn->elf->class == ELFCLASS32)
{
@@ -140,7 +140,7 @@ gelf_update_sym (data, ndx, src)
scn->flags |= ELF_F_DIRTY;
out:
- rwlock_unlock (scn->elf->lock);
+ RWLOCK_UNLOCK (scn->elf->lock);
return result;
}