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