Remove XXX from comments

This commit is contained in:
Hugo 2018-12-26 13:09:12 +02:00 committed by GitHub
parent 9f6c708aa3
commit ca691f232b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,8 +91,8 @@ def _find_library_dirs_ldconfig():
} }
abi_type = mach_map.get(machine, 'libc6') abi_type = mach_map.get(machine, 'libc6')
# XXX assuming GLIBC's ldconfig (with option -p) # Assuming GLIBC's ldconfig (with option -p)
# XXX Alpine Linux uses musl that can't print cache # Alpine Linux uses musl that can't print cache
args = ['/sbin/ldconfig', '-p'] args = ['/sbin/ldconfig', '-p']
expr = r'.*\(%s.*\) => (.*)' % abi_type expr = r'.*\(%s.*\) => (.*)' % abi_type
env = dict(os.environ) env = dict(os.environ)