summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/libcxattr.py
diff options
context:
space:
mode:
Diffstat (limited to 'geo-replication/syncdaemon/libcxattr.py')
-rw-r--r--geo-replication/syncdaemon/libcxattr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/libcxattr.py b/geo-replication/syncdaemon/libcxattr.py
index 553d8f13424..3671e102c7f 100644
--- a/geo-replication/syncdaemon/libcxattr.py
+++ b/geo-replication/syncdaemon/libcxattr.py
@@ -25,7 +25,7 @@ class Xattr(object):
sizes we expect
"""
- libc = CDLL(find_library("libc"), use_errno=True)
+ libc = CDLL(find_library("c"), use_errno=True)
@classmethod
def geterrno(cls):